Skip to content

Commit 78d8308

Browse files
committed
chore: Limit prepublish script to compiling only library
1 parent bb63d55 commit 78d8308

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
@@ -36,7 +36,7 @@
3636
"build:lib": "npm run lint:lib && npm run compile:lib && npm run package:lib",
3737
"build:demo": "npm run lint && npm run compile",
3838
"build": "npm run lint && npm run compile && npm run package:lib",
39-
"prepublish": "npm run build",
39+
"prepublish": "npm run build:lib",
4040
"test": "npm run build:lib"
4141
},
4242
"dependencies": {

0 commit comments

Comments
 (0)