Skip to content
This repository has been archived by the owner on Nov 13, 2022. It is now read-only.

Commit

Permalink
Exchange prepublish with prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanlesage committed Oct 25, 2019
1 parent 0826010 commit d2b4d17
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 @@ -11,7 +11,7 @@
"main": "dist/citr.js",
"types": "dist/citr.d.ts",
"scripts": {
"prepublish": "yarn build",
"prepare": "yarn build",
"test": "node ./test/index.js",
"build": "tsc",
"watch": "tsc -w"
Expand Down

0 comments on commit d2b4d17

Please sign in to comment.