Skip to content

Commit

Permalink
fix: change prepublishOnly npm script to prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
emadum authored Jul 16, 2020
1 parent 7a3b99b commit 95440fb
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 @@ -83,7 +83,7 @@
"check:ts": "tsc --noEmit",
"check:atlas": "mocha --config \"test/manual/mocharc.json\" test/manual/atlas_connectivity.test.js",
"check:ocsp": "mocha --config \"test/manual/mocharc.json\" test/manual/ocsp_support.test.js",
"prepublishOnly": "npm run build:ts",
"prepare": "npm run build:ts",
"release": "standard-version -i HISTORY.md",
"test": "npm run check:lint && npm run check:test"
},
Expand Down

0 comments on commit 95440fb

Please sign in to comment.