fix lint task

pull/7738/head
Rich Harris 10 years ago
parent 284c2bf8f3
commit 1056b6cbbd

@ -14,7 +14,7 @@
"coverage": "nyc report --reporter=text-lcov > coverage.lcov",
"codecov": "codecov",
"precodecov": "npm run coverage",
"lint": "eslint compiler",
"lint": "eslint src",
"build": "npm run build:main && npm run build:ssr",
"build:main": "rollup -c rollup.config.main.js",
"build:ssr": "rollup -c rollup.config.ssr.js",

Loading…
Cancel
Save