Skip to content

Commit

Permalink
build: optimize npm build (#67)
Browse files Browse the repository at this point in the history
It doesn't make sense to deliver everything to the end user
  • Loading branch information
Uladzimir Havenchyk authored Jun 1, 2020
1 parent 5c77299 commit 2e7093c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
"node": ">=8"
},
"man": "./man/wait-port.1",
"files": [
"bin",
"man",
"lib",
"index.d.ts"
],
"scripts": {
"lint": "eslint .",
"test": "DEBUG=wait-port nyc --report-dir 'artifacts/coverage' -x 'lib/**/*.spec.js' --reporter=html --reporter=text mocha --recursive -t 10000 'lib/**/*.spec.js'",
Expand Down

0 comments on commit 2e7093c

Please sign in to comment.