Skip to content

Commit 67b3b0e

Browse files
committed
fix: fix package
1 parent f66fe5d commit 67b3b0e

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
@@ -19,7 +19,8 @@
1919
"lint:js": "eslint --ext .js,.jsx,.ts,.tsx .",
2020
"lint:styles": "stylelint 'src/**/*.scss'",
2121
"lint": "run-p lint:*",
22-
"start": "start-storybook -p 7002"
22+
"start": "start-storybook -p 7002",
23+
"prepublishOnly": "npm run build"
2324
},
2425
"dependencies": {
2526
"bem-cn-lite": "^4.1.0"

0 commit comments

Comments
 (0)