Skip to content

Commit d704d0a

Browse files
committed
chore: fixed prepublishOnly script
1 parent 312d047 commit d704d0a

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
@@ -10,7 +10,7 @@
1010
"scripts": {
1111
"commit": "cz",
1212
"prepare": "husky install",
13-
"prepublishOnly": "rimraf dist && make build"
13+
"prepublishOnly": "rimraf dist && make dist"
1414
},
1515
"lint-staged": {
1616
"*.js": [

0 commit comments

Comments
 (0)