Skip to content

Commit c96577a

Browse files
committed
fix prepublish script
1 parent c501d2c commit c96577a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"scripts": {
1111
"build": "rollup -c",
12-
"prepublish": "npm run-script build",
12+
"prepublishOnly": "npm run-script build",
1313
"test": "jest"
1414
},
1515
"keywords": [

0 commit comments

Comments
 (0)