Skip to content

Commit b633934

Browse files
authored
Merge pull request #7 from spautz/proposal--prepare-script
Npm prepare script
2 parents 1fa7488 + aee927d commit b633934

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"build": "rimraf dist/ && tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json && tsc -p tsconfig.web.json",
1616
"pretest": "npm run build",
1717
"test": "echo \"It built ok, that'll do for now\"",
18-
"prepack": "npm run build",
18+
"prepare": "npm run build",
1919
"storybook": "start-storybook -p 6006",
2020
"build-storybook": "build-storybook -o examples"
2121
},
@@ -43,6 +43,7 @@
4343
"@storybook/addon-storysource": "^5.1.11",
4444
"@storybook/addons": "^5.1.11",
4545
"@storybook/react": "^5.1.11",
46+
"@types/events": "^3.0.0",
4647
"@types/react": "^16.9.2",
4748
"@types/react-dom": "^16.9.0",
4849
"babel-loader": "^8.0.6",

0 commit comments

Comments
 (0)