Skip to content

Commit 2d0eb54

Browse files
committed
prepare so that git links in package.json work
1 parent 8d6724b commit 2d0eb54

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
@@ -27,7 +27,7 @@
2727
"scripts": {
2828
"build": "rm -rf ./lib && tsc",
2929
"lint": "eslint './src/**/*.{js,ts}' --max-warnings 0 && yarn prettier './**/*.{json,md,js,ts,yml}' -c",
30-
"prepublishOnly": "yarn build",
30+
"prepare": "yarn build",
3131
"test": "jest ./src"
3232
},
3333
"husky": {

0 commit comments

Comments
 (0)