Skip to content

Commit

Permalink
chore: Move prepare script to prepublishOnly & add prettier script in…
Browse files Browse the repository at this point in the history
…to it.
  • Loading branch information
Ayfri committed Aug 9, 2021
1 parent 41e3d5a commit c52f54d
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 @@ -42,7 +42,7 @@
},
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"prepublishOnly": "npm run prettier && npm run build",
"prettier": "prettier *.json *.md src --write"
},
"types": "dist",
Expand Down

0 comments on commit c52f54d

Please sign in to comment.