Skip to content

Commit

Permalink
Use prepublishOnly hook to build
Browse files Browse the repository at this point in the history
Drop unused packages
  • Loading branch information
cblanc committed Jul 29, 2020
1 parent c27b1fa commit 0202b03
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"codecov": "~3.7.0",
"csv-parse": "~4.11.1",
"eslint": "~7.5.0",
"install-npm-version": "~1.0.3",
"mocha": "~8.0.1",
"nyc": "~15.1.0",
"prettier": "~2.0.1",
Expand Down Expand Up @@ -76,7 +75,7 @@
"scripts": {
"semantic-release": "semantic-release --no-ci",
"test": "npm run lint && NODE_ENV=test nyc mocha",
"prepare": "npm test && npm run build",
"prepublishOnly": "npm run build",
"lint": "eslint lib/**/*.ts",
"docs": "typedoc --mode file --excludePrivate --hideGenerator --excludeExternals --target ES5 --out docs/ --name 'Postcode.js' --theme minimal lib/",
"build": "tsc",
Expand Down

0 comments on commit 0202b03

Please sign in to comment.