Skip to content

Commit fd57296

Browse files
committed
feat(E2E): Add npm run build command to Test
1 parent cd663fe commit fd57296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "index.js",
77
"scripts": {
88
"pretest": "rimraf app",
9-
"test": "create-ts-lib app && cd app && npm test"
9+
"test": "create-ts-lib app && cd app && npm run build && npm run test"
1010
},
1111
"dependencies": {
1212
"create-ts-lib": "^0.0.11",

0 commit comments

Comments
 (0)