mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
ci
This commit is contained in:
parent
ad9c598769
commit
dd4736b5c7
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -85,6 +85,9 @@ jobs:
|
||||
|
||||
- name: test types
|
||||
run: yarn test:types
|
||||
|
||||
- name: test types with vue-tsc
|
||||
run: yarn test:vue-types
|
||||
needs: setup
|
||||
|
||||
audit:
|
||||
|
@ -24,7 +24,7 @@
|
||||
"ls-lint": "npx @ls-lint/ls-lint",
|
||||
"nuxt": "jiti ./packages/cli/bin/nuxt-cli.js",
|
||||
"pkg": "jiti ./scripts/pkg.js",
|
||||
"test": "yarn test:fixtures && yarn test:dev && yarn test:unit && yarn test:types",
|
||||
"test": "yarn test:fixtures && yarn test:dev && yarn test:unit && yarn test:types && yarn test:vue-types",
|
||||
"test:dev": "jest test/dev --forceExit --runInBand",
|
||||
"test:e2e": "jest -i test/e2e --forceExit",
|
||||
"test:fixtures": "jest test/fixtures --forceExit",
|
||||
|
Loading…
Reference in New Issue
Block a user