Skip to content

Commit aee927d

Browse files
committed
Run build on prepare instead of prepack, so that it runs on raw git installs
1 parent b0b3e38 commit aee927d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 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
},

0 commit comments

Comments
 (0)