lint after build

pull/525/head
Rich-Harris 8 years ago
parent bdfa01bcd1
commit d7b3f2e5aa

@ -23,7 +23,7 @@
"dev": "node src/shared/_build.js && rollup -c rollup/rollup.config.main.js -w",
"dev:shared": "rollup -c rollup/rollup.config.shared.js -w",
"pretest": "npm run build",
"prepublish": "npm run lint && npm run build"
"prepublish": "npm run build && npm run lint"
},
"repository": {
"type": "git",

Loading…
Cancel
Save