Skip to content

Commit

Permalink
issue-8 run clean:build only before publish to avoid install issues
Browse files Browse the repository at this point in the history
  • Loading branch information
thomrick committed Aug 5, 2017
1 parent fc11019 commit d7b8bc1
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 @@ -15,7 +15,7 @@
"clean": "ts-node scripts/clean.script.ts bin/* && ts-node scripts/clean.script.ts coverage/*",
"clean:build": "npm run -s clean && npm run -s build",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"prepare": "npm run clean:build",
"prepublishOnly": "npm run clean:build",
"test": "npm run -s test:src",
"test:src": "nyc mocha src/**/*.spec.ts --require ts-node/register --reporter spec",
"test:scripts": "mocha scripts/**/*.spec.ts --require ts-node/register --reporter spec"
Expand Down

0 comments on commit d7b8bc1

Please sign in to comment.