Skip to content

Commit

Permalink
Run dist as part of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeSidSmith committed Sep 9, 2019
1 parent 5f3ec19 commit 394c5da
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 @@ -14,7 +14,7 @@
"prettier-check": "prettier --check '**/*.{ts,tsx,js,jsx}'",
"prettier": "prettier --write '**/*.{ts,tsx,js,jsx}'",
"tests": "jest",
"test": "npm run lint && npm run typecheck && npm run tests -- --runInBand --coverage",
"test": "npm run dist && npm run lint && npm run typecheck && npm run tests -- --runInBand --coverage",
"prepublishOnly": "npm run dist"
},
"repository": {
Expand Down

0 comments on commit 394c5da

Please sign in to comment.