fix: 'npm run test' fails because the last command lacks 'yarn' (#9761)

This commit is contained in:
aewshyae 2021-09-05 17:07:07 +09:00 committed by GitHub
parent 2ef053735a
commit e8b7c58d94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 && test:types",
"test": "yarn test:fixtures && yarn test:dev && yarn test:unit && yarn test:types",
"test:dev": "jest test/dev --forceExit --runInBand",
"test:e2e": "jest -i test/e2e --forceExit",
"test:fixtures": "jest test/fixtures --forceExit",