File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 55
55
"test" : " run-s test:unit test:integration" ,
56
56
"test:watch" : " jest --watch" ,
57
57
"test:unit" : " jest" ,
58
- "test:integration" : " run-s test:integration:build test:integration:server test:integration:client" ,
59
- "test:integration:build" : " cd test/integration && rm -rf node_modules .next .env.local && yarn && yarn build" ,
58
+ "test:integration" : " run-s test:integration:clean test:integration:build test:integration:server test:integration:client" ,
59
+ "test:integration:clean" : " cd test/integration && rimraf node_modules .next .env.local" ,
60
+ "test:integration:build" : " cd test/integration && yarn && yarn build" ,
60
61
"test:integration:server" : " cd test/integration && node test/server.js --silent" ,
61
62
"test:integration:client" : " cd test/integration && node test/client.js --silent" ,
62
63
"pack" : " npm pack" ,
You can’t perform that action at this time.
0 commit comments