File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 8
8
"dev:integrated" : " npm run devenv:build && concurrently npm:dev npm:devenv:deploy" ,
9
9
"test" : " cross-env NODE_ENV=development jest --config ./jest.config.js --coverage --runInBand" ,
10
10
"test:watch" : " cross-env NODE_ENV=development jest --config ./jest.config.js --watch" ,
11
- "test:integration" : " npm run devenv:deploy -- -d && cross-env NODE_ENV=development jest --config ./jest.config.js --coverage --no-cache --runInBand && npm run devenv:stop" ,
11
+ "test:integration" : " npm run devenv:deploy -- -d && cross-env NODE_ENV=development jest --config ./jest.config.js --coverage --no-cache --runInBand; npm run devenv:stop" ,
12
12
"build" : " rimraf ./lib && tsc" ,
13
13
"start" : " node ./lib/index.js" ,
14
14
"lint" : " npm run lint:eslint && npm run lint:prettier" ,
You can’t perform that action at this time.
0 commit comments