fix(circleci): keep using --forceExit

This commit is contained in:
Pooya Parsa 2019-01-13 01:39:49 +03:30
parent f2b5cb5c7c
commit 085ff82591

View File

@ -16,10 +16,10 @@
"lint:app": "eslint-multiplexer eslint --ignore-path packages/vue-app/template/.eslintignore 'test/fixtures/!(missing-plugin)/.nuxt!(-dev)/**' | eslint-multiplexer -b",
"nuxt": "node -r esm ./packages/cli/bin/nuxt-cli.js",
"test": "yarn test:fixtures && yarn test:unit && yarn test:types",
"test:fixtures": "jest test/fixtures",
"test:e2e": "jest -i test/e2e",
"test:fixtures": "jest test/fixtures --forceExit",
"test:e2e": "jest -i test/e2e --forceExit",
"test:lint": "yarn lint",
"test:unit": "jest test/unit",
"test:unit": "jest test/unit --forceExit",
"test:types": "tsc -p test/types",
"postinstall": "lerna link && yarn dev",
"release": "./scripts/release"