Skip to content

Commit

Permalink
Merge pull request #7 from spautz/proposal--prepare-script
Browse files Browse the repository at this point in the history
Npm prepare script
  • Loading branch information
pimterry authored Feb 6, 2020
2 parents 1fa7488 + aee927d commit b633934
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build": "rimraf dist/ && tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json && tsc -p tsconfig.web.json",
"pretest": "npm run build",
"test": "echo \"It built ok, that'll do for now\"",
"prepack": "npm run build",
"prepare": "npm run build",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook -o examples"
},
Expand Down Expand Up @@ -43,6 +43,7 @@
"@storybook/addon-storysource": "^5.1.11",
"@storybook/addons": "^5.1.11",
"@storybook/react": "^5.1.11",
"@types/events": "^3.0.0",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"babel-loader": "^8.0.6",
Expand Down

0 comments on commit b633934

Please sign in to comment.