Skip to content

Commit

Permalink
feat(E2E): Add npm run build command to Test
Browse files Browse the repository at this point in the history
  • Loading branch information
emyann committed Feb 10, 2018
1 parent cd663fe commit fd57296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "index.js",
"scripts": {
"pretest": "rimraf app",
"test": "create-ts-lib app && cd app && npm test"
"test": "create-ts-lib app && cd app && npm run build && npm run test"
},
"dependencies": {
"create-ts-lib": "^0.0.11",
Expand Down

0 comments on commit fd57296

Please sign in to comment.