Skip to content

Commit dbb905d

Browse files
committed
use prepare hook replace publish
1 parent 9aa0c45 commit dbb905d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"type:check": "tsc --noEmit",
1919
"lint": "eslint --ext js,ts src test",
2020
"build": "rollup -c",
21-
"publish": "npm run clean && npm run check && npm run build",
21+
"prepare": "npm run clean && npm run check && npm run build",
2222
"test": "mocha",
2323
"check": "npm run type:check && npm run lint && npm run format:check && npm run test"
2424
},

0 commit comments

Comments
 (0)