Skip to content

Commit

Permalink
fix github install
Browse files Browse the repository at this point in the history
  • Loading branch information
koriwi committed Dec 17, 2018
1 parent 8ef5b15 commit 40e8b3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"build": "rollup -c build/rollup.config.js",
"prepublishOnly": "npm run build",
"pretest": "npm run build",
"prepare": "npm run build",
"test": "cd test && mocha -r ts-node/register *.ts",
"test:dirty": "cd test && mocha -r ts-node/register *.ts",
"cover": "nyc npm test"
Expand Down

0 comments on commit 40e8b3b

Please sign in to comment.