Skip to content

Commit

Permalink
Simplifying package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
apearson committed Apr 17, 2018
1 parent 295c90c commit 1f4d418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build": "npm run clean && tsc",
"test": "jest",
"test:ci": "jest && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"test:local": "ts-node ./tests/debug.ts",
"debug": "ts-node ./tests/debug.ts",
"prepublishOnly": "npm run build"
},
"author": "John Andrew Tyler Pearson <andrew@apearson.io> (https://www.apearson.io)",
Expand Down

0 comments on commit 1f4d418

Please sign in to comment.