Skip to content

Commit fb083e7

Browse files
author
Evgeny Zakharov
authored
Merge pull request #17 from js-templates/feat/eslint-on-build
Lint before build
2 parents a0f6f6c + 55e44f3 commit fb083e7

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
@@ -16,7 +16,7 @@
1616
"access": "public"
1717
},
1818
"scripts": {
19-
"build": "rollup -c",
19+
"build": "yarn lint --quiet && rollup -c",
2020
"dev": "yarn build --watch",
2121
"test": "jest",
2222
"test:watch": "yarn test --watchAll",

0 commit comments

Comments
 (0)