Skip to content

Commit c71cfc1

Browse files
committed
chore: prepare instead of prepublish
1 parent d5e3b81 commit c71cfc1

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
@@ -26,7 +26,7 @@
2626
"scripts": {
2727
"build": "microbundle-crl --no-compress --format modern,cjs",
2828
"start": "microbundle-crl watch --no-compress --format modern,cjs",
29-
"prepublish": "run-s build",
29+
"prepare": "run-s build",
3030
"test": "run-s test:unit test:lint test:build",
3131
"test:build": "run-s build",
3232
"test:lint": "eslint .",

0 commit comments

Comments
 (0)