Skip to content

Commit

Permalink
update script name.
Browse files Browse the repository at this point in the history
  • Loading branch information
bromne committed Jan 3, 2019
1 parent dc2108b commit 1839169
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
"scripts": {
"prepublish": "npm run build-test",
"prepublish": "npm run test:build",
"lint": "tslint lib/**/*.ts test/**/*.ts",
"build": "tsc",
"test": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec dist/test",
"coverage": "remap-istanbul -i coverage/coverage.json -o testResult/lcov.info -t lcovonly",
"coveralls": "coveralls < testResult/lcov.info",
"build-test": "npm run build && npm run test && npm run coverage"
"test:build": "npm run build && npm run test && npm run coverage"
},
"author": "bromne",
"license": "MIT",
Expand Down

0 comments on commit 1839169

Please sign in to comment.