Skip to content

Commit

Permalink
prepare so that git links in package.json work
Browse files Browse the repository at this point in the history
  • Loading branch information
ekilah committed Sep 14, 2020
1 parent 8d6724b commit 2d0eb54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"scripts": {
"build": "rm -rf ./lib && tsc",
"lint": "eslint './src/**/*.{js,ts}' --max-warnings 0 && yarn prettier './**/*.{json,md,js,ts,yml}' -c",
"prepublishOnly": "yarn build",
"prepare": "yarn build",
"test": "jest ./src"
},
"husky": {
Expand Down

0 comments on commit 2d0eb54

Please sign in to comment.