Skip to content

Commit bc19ea5

Browse files
committed
feat: update script
1 parent c6db572 commit bc19ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"build:cjs": "BUILD_FORMAT=cjs rollup --config rollup.config.js",
1111
"build:umd": "BUILD_FORMAT=umd rollup --config rollup.config.js",
1212
"test": "jest",
13-
"release": "np"
13+
"release": "npm run build && np"
1414
},
1515
"repository": {
1616
"type": "git",

0 commit comments

Comments
 (0)