Skip to content

Commit

Permalink
edited package.json so that build would run on github pull
Browse files Browse the repository at this point in the history
  • Loading branch information
Arshad Ali Abdul Samad authored and Arshad Ali Abdul Samad committed Jun 2, 2018
1 parent 1958e1f commit 1dcd313
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"prebuild": "rimraf dist",
"build": "tsc",
"test": "nyc --reporter=html mocha --opts mocha.opts",
"readme": "node ./node_modules/.bin/node-readme"
"readme": "node ./node_modules/.bin/node-readme",
"prepare": "npm run build"
},
"nyc": {
"extension": [
Expand Down

0 comments on commit 1dcd313

Please sign in to comment.