Skip to content

Commit a2f7ea8

Browse files
committed
Install deps on test run.
1 parent bcd82bd commit a2f7ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/remix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"lint:eslint": "eslint . --cache --cache-location '../../eslintcache/' --format stylish",
6161
"lint:prettier": "prettier --check \"{src,test,scripts}/**/*.ts\"",
6262
"test": "run-s test:unit",
63-
"test:integration": "cd test/integration && yarn test",
63+
"test:integration": "cd test/integration && yarn && yarn test",
6464
"test:unit": "jest",
6565
"test:watch": "jest --watch"
6666
},

0 commit comments

Comments
 (0)