Skip to content

Commit 587db8f

Browse files
committed
rename prepare to prepublishOnly
1 parent 6a6e9f0 commit 587db8f

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
@@ -14,7 +14,7 @@
1414
"export": "next export demo",
1515
"deploy": "npm run build && npm run export",
1616
"start": "next start demo",
17-
"prepare": "node scripts/build.js"
17+
"prepublishOnly": "node scripts/build.js"
1818
},
1919
"peerDependencies": {
2020
"tailwindcss": "^1.5.0"

0 commit comments

Comments
 (0)