Skip to content

Commit

Permalink
Merge pull request #241 from emulsify-ds/fix/package_json_npm_script_…
Browse files Browse the repository at this point in the history
…jumbled_words

Fixed incorrect npm script command
  • Loading branch information
ModulesUnraveled authored Jan 21, 2022
2 parents e90f59a + 92fe475 commit a001e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"prettier": "prettier --ignore-unknown \"./components/**/*.{js,yml,scss,md}\"",
"prettier-fix": "prettier --write --ignore-unknown \"./components**/*.{js,yml,scss,md}\"",
"storybook": "start-storybook --ci -s ./dist,./images -p 6006",
"storybook-build": "npm run build && storybook-build -s ./dist,./images -o .out",
"storybook-build": "npm run build && build-storybook -s ./dist,./images -o .out",
"storybook-deploy": "storybook-to-ghpages -o .out",
"test": "jest --coverage",
"twatch": "jest --no-coverage --watch --verbose",
Expand Down

0 comments on commit a001e4f

Please sign in to comment.