Skip to content

Commit

Permalink
Merge pull request #24 from ChainSafe/cayman/add-prepublish
Browse files Browse the repository at this point in the history
Add prepublish build
  • Loading branch information
wemeetagain committed May 10, 2019
2 parents dedc65e + fabc907 commit fab8933
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 @@ -25,7 +25,8 @@
"check-types": "tsc --noEmit",
"lint": "eslint --ext .ts src/",
"lint-fix": "eslint --ext .ts src/ --fix",
"pretest": "npm run check-types",
"pretest": "yarn check-types",
"prepublishOnly": "yarn build",
"test:unit": "mocha -r ./.babel-register \"tests/unit/**/*.test.ts\"",
"test:spec": "mocha -r ./.babel-register \"tests/spec/**/*.test.ts\"",
"test": "nyc -r lcov -e .ts -x \"*.test.ts\" mocha -r ./.babel-register \"tests/**/*.test.ts\" && nyc report",
Expand Down

0 comments on commit fab8933

Please sign in to comment.