mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-16 21:58:19 +00:00
chore: fix build script (#8709)
This commit is contained in:
parent
ae87226bcc
commit
8be2ed46f0
@ -23,7 +23,7 @@
|
||||
"lint:app": "eslint-multiplexer eslint --ignore-path packages/vue-app/template/.eslintignore 'test/fixtures/!(missing-plugin)/.nuxt!(-dev)/**' | eslint-multiplexer -b",
|
||||
"ls-lint": "npx @ls-lint/ls-lint",
|
||||
"nuxt": "jiti ./packages/cli/bin/nuxt-cli.js",
|
||||
"pkg": "jiti ./scripts/package",
|
||||
"pkg": "jiti ./scripts/pkg.js",
|
||||
"test": "yarn test:fixtures && yarn test:dev && yarn test:unit && test:types",
|
||||
"test:dev": "jest test/dev --forceExit",
|
||||
"test:e2e": "jest -i test/e2e --forceExit",
|
||||
|
Loading…
Reference in New Issue
Block a user