Skip to content

Commit

Permalink
šŸ“ Fixed a github actions problem with storybook, webpack4 and node veā€¦
Browse files Browse the repository at this point in the history
ā€¦rsion 17 / 18
  • Loading branch information
temmiland committed Sep 18, 2022
1 parent 7dbe689 commit b9853ee
Show file tree
Hide file tree
Showing 5 changed files with 20,051 additions and 13,836 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:

- name: npm install, build, and test
run: |
unset NODE_OPTIONS
cd react-fileicons
npm ci
npm run build
Expand Down
2 changes: 0 additions & 2 deletions storybook/.npmrc

This file was deleted.

23 changes: 13 additions & 10 deletions storybook/.storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
module.exports = {
"stories": [
"../stories/**/*.stories.mdx",
"../stories/**/*.stories.@(js|jsx|ts|tsx)"
],
"addons": [
"@storybook/addon-links",
"@storybook/addon-essentials"
],
"framework": "@storybook/react"
}
"stories": [
"../stories/**/*.stories.mdx",
"../stories/**/*.stories.@(js|jsx|ts|tsx)"
],
"addons": [
"@storybook/addon-links",
"@storybook/addon-essentials"
],
"core": {
"builder": "webpack5"
},
"framework": "@storybook/react"
}
Loading

0 comments on commit b9853ee

Please sign in to comment.