Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bfcc220

Browse files
committed
chore: add prepublish script
1 parent 1059f45 commit bfcc220

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
@@ -38,7 +38,8 @@
3838
},
3939
"scripts": {
4040
"build": "rollup -c",
41-
"lint-staged": "lint-staged"
41+
"lint-staged": "lint-staged",
42+
"prepublish": "npm run build"
4243
},
4344
"lint-staged": {
4445
"src/**.js": [

0 commit comments

Comments
 (0)