Skip to content

Commit d949119

Browse files
committed
fix: revert test:integration script operator change
1 parent f1cd6ff commit d949119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dev:integrated": "npm run devenv:build && concurrently npm:dev npm:devenv:deploy",
99
"test": "cross-env NODE_ENV=development jest --config ./jest.config.js --coverage --runInBand",
1010
"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",
1212
"build": "rimraf ./lib && tsc",
1313
"start": "node ./lib/index.js",
1414
"lint": "npm run lint:eslint && npm run lint:prettier",

0 commit comments

Comments
 (0)