Skip to content

Commit

Permalink
chore: Fix prepublishOnly script
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzah committed Dec 15, 2020
1 parent 514ac67 commit 8a1f00f
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 @@
"lint": "npx eslint --ext .ts ./src",
"lint:fix": "npx eslint --ext .ts ./src --fix",
"gpr": "ts-node scripts/gpr",
"prepublishOnly": "npm run eslint:fix && npm run tslint:fix"
"prepublishOnly": "npm run lint:fix"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 8a1f00f

Please sign in to comment.