Skip to content

Commit 03dad64

Browse files
add prepublish script
1 parent 29afca6 commit 03dad64

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
@@ -9,7 +9,7 @@
99
"format": "prettier '**/*.js' --write",
1010
"test": "jest",
1111
"watch": "watch 'npm run build' ./src",
12-
"prepare": "npm run build",
12+
"prepublish": "npm run lint && npm run test && npm run build",
1313
"build": "rollup -c",
1414
"storybook": "start-storybook -p 9009 -s public",
1515
"build-storybook": "build-storybook -c .storybook -o .out"

0 commit comments

Comments
 (0)