Skip to content

Commit

Permalink
fix: 'npm run test' fails because the last command lacks 'yarn' (#9761)
Browse files Browse the repository at this point in the history
  • Loading branch information
aewshyae committed Sep 5, 2021
1 parent 2ef0537 commit e8b7c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down

0 comments on commit e8b7c58

Please sign in to comment.