Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
Use prepare npm script instead of deprecated prepublish
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Ristea authored and alippai committed Sep 24, 2020
1 parent b86f36f commit 91bed1f
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 @@ -43,7 +43,7 @@
"typescript": "^3.1.6"
},
"scripts": {
"prepublish": "node -r esm build.js",
"prepare": "node -r esm build.js",
"test": "node -r esm build.js && mocha -r esm test/*.js",
"prettier": "prettier --single-quote --trailing-comma all --write \"src/**/*.js\" \"src/**/*.ts\" --print-width 120"
},
Expand Down

0 comments on commit 91bed1f

Please sign in to comment.