Skip to content

Commit

Permalink
remove unnecessary node-sass install
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Oct 18, 2019
1 parent 2dd074f commit d2ac2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/angular-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"scripts": {
"build": "ng build",
"prebuild-storybook": "npm run storybook:prebuild && cd ../.. && yarn add node-sass -W -s && cd examples/angular-cli",
"prebuild-storybook": "npm run storybook:prebuild",
"build-storybook": "build-storybook -s src/assets",
"e2e": "ng e2e",
"ng": "ng",
Expand Down

0 comments on commit d2ac2ec

Please sign in to comment.