Skip to content

Commit

Permalink
Fix old version (#7)
Browse files Browse the repository at this point in the history
* add build step for publishing package

* 0.0.3 - temp for publish
  • Loading branch information
dpopp07 authored Mar 27, 2019
1 parent 76df7f0 commit 40a3ee6
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 @@ -81,7 +81,8 @@
"lint": "npm run eslint:check && npm run tslint:check",
"test": "jest --silent --verbose test/unit/",
"test-travis": "jest --silent --runInBand test/unit/",
"report-coverage": "codecov"
"report-coverage": "codecov",
"prepare": "tsc"
},
"jest": {
"collectCoverage": true,
Expand Down

0 comments on commit 40a3ee6

Please sign in to comment.