Skip to content

Commit bd47dcf

Browse files
committed
Clean up before each integration test run.
1 parent 9de604f commit bd47dcf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/remix/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@
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": "run-s test:integration:prepare test:integration:client test:integration:server",
64-
"test:integration:clean": "(cd test/integration && rimraf .cache build node_modules)",
65-
"test:integration:ci": "run-s test:integration:prepare test:integration:client:ci test:integration:server",
66-
"test:integration:prepare": "yarn test:integration:clean && (cd test/integration && yarn)",
63+
"test:integration": "run-s test:integration:clean test:integration:prepare test:integration:client test:integration:server",
64+
"test:integration:ci": "run-s test:integration:clean test:integration:prepare test:integration:client:ci test:integration:server",
65+
"test:integration:prepare": "(cd test/integration && yarn)",
66+
"test:integration:clean": "(cd test/integration && rimraf .cache node_modules build)",
6767
"test:integration:client": "yarn playwright install-deps && yarn playwright test test/integration/test/client/",
6868
"test:integration:client:ci": "yarn test:integration:client --browser='all' --reporter='line'",
6969
"test:integration:server": "jest --config=test/integration/jest.config.js test/integration/test/server/",

0 commit comments

Comments
 (0)