mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-26 23:52:06 +00:00
fix: 'npm run test' fails because the last command lacks 'yarn' (#9761)
This commit is contained in:
parent
2ef053735a
commit
e8b7c58d94
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user