Skip to content
This repository was archived by the owner on Nov 13, 2022. It is now read-only.

Commit d2b4d17

Browse files
committed
Exchange prepublish with prepare
1 parent 0826010 commit d2b4d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"main": "dist/citr.js",
1212
"types": "dist/citr.d.ts",
1313
"scripts": {
14-
"prepublish": "yarn build",
14+
"prepare": "yarn build",
1515
"test": "node ./test/index.js",
1616
"build": "tsc",
1717
"watch": "tsc -w"

0 commit comments

Comments
 (0)