fix windows

This commit is contained in:
Pooya Parsa 2018-03-19 04:29:54 +03:30
parent 6152894384
commit 0b5824a765

View File

@ -41,7 +41,7 @@
"nuxt": "./bin/nuxt" "nuxt": "./bin/nuxt"
}, },
"scripts": { "scripts": {
"build-fixtures": "./scripts/build-fixtures", "build-fixtures": "node ./scripts/build-fixtures",
"test": "npm run lint && npm run build-fixtures && jest", "test": "npm run lint && npm run build-fixtures && jest",
"test-appveyor": "yarn test", "test-appveyor": "yarn test",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov", "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",