fix: Fix yarn nuxt command

This commit is contained in:
Sébastien Chopin 2018-11-16 09:58:00 -05:00
parent 5af0901c83
commit 3ebde5ff99

View File

@ -14,7 +14,7 @@
"coverage": "codecov",
"lint": "eslint --ext .js,.mjs,.vue .",
"lint:app": "eslint-multiplexer eslint --ignore-path packages/app/template/.eslintignore 'test/fixtures/!(missing-plugin)/.nuxt!(-dev)/**' | eslint-multiplexer -b",
"nuxt": "node -r esm ./packages/cli/bin/nuxt.js",
"nuxt": "node -r esm ./packages/cli/bin/nuxt-cli.js",
"test": "yarn test:fixtures && yarn test:unit",
"test:fixtures": "jest test/fixtures",
"test:e2e": "jest -i test/e2e",