Skip to content

Commit

Permalink
Use prepare npm script instead of deprecated prepublish
Browse files Browse the repository at this point in the history
  • Loading branch information
Gelio committed Nov 10, 2020
1 parent 0deb14b commit 167b54b
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 @@ -9,7 +9,7 @@
"test": "jest",
"test:watch": "npm run test -- --watch",
"lint:formatting": "prettier --check src",
"prepublish": "rm -rf dist && npm run build"
"prepare": "rm -rf dist && npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 167b54b

Please sign in to comment.