Skip to content

Commit d7b3f2e

Browse files
committed
lint after build
1 parent bdfa01b commit d7b3f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"dev": "node src/shared/_build.js && rollup -c rollup/rollup.config.main.js -w",
2424
"dev:shared": "rollup -c rollup/rollup.config.shared.js -w",
2525
"pretest": "npm run build",
26-
"prepublish": "npm run lint && npm run build"
26+
"prepublish": "npm run build && npm run lint"
2727
},
2828
"repository": {
2929
"type": "git",

0 commit comments

Comments
 (0)