Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 4e49296

Browse files
committed
updated package.json scripts
1 parent 757c21c commit 4e49296

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
"build": "NODE_ENV=production rm -rf dist && rm -rf umd && rollup -c",
2020
"start": "rollup -c -w",
2121
"test": "jest",
22-
"prepublishOnly": "npm run build"
22+
"prepublishOnly": "npm run build",
23+
"preversion": "npm test"
2324
},
2425
"peerDependencies": {
2526
"react": "^16.8.0",

0 commit comments

Comments
 (0)