Skip to content

Commit

Permalink
fix: create empty node_module for storybook #workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaudAV committed Nov 4, 2021
1 parent a501091 commit f6ccf2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui-particles-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"lint:prettier": "prettier --check \"**/*.{js,ts,json,html,scss}\"",
"lint:prettier:fix": "prettier --write \"**/*.{js,ts,json,html,scss}\"",
"ng": "ng",
"storybook": "ng run storybook:start",
"storybook:build": "ng run storybook:build",
"storybook": "mkdir -p node_modules && ng run storybook:start",
"storybook:build": "mkdir -p node_modules && ng run storybook:build",
"test": "ng test",
"watch": "ng build --watch --configuration development"
},
Expand Down

0 comments on commit f6ccf2b

Please sign in to comment.