Skip to content

Commit

Permalink
Fix prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
apexskier committed Dec 1, 2023
1 parent d2f9cd7 commit 84fdfc0
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 @@
"fix": "prettier --write . && eslint src/**.ts --fix",
"watch": "npm run build && npm link && nodemon",
"build": "rimraf ./dist && tsc",
"prepublish": "npm run lint && npm run build",
"prepare": "npm run lint && npm run build",
"auth": "node auth.js"
},
"keywords": [
Expand Down

0 comments on commit 84fdfc0

Please sign in to comment.