Skip to content

Commit 9cec7ee

Browse files
committed
chore: lint in test script
1 parent 0fb5172 commit 9cec7ee

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
@@ -5,7 +5,7 @@
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
77
"scripts": {
8-
"test": "jest --env node",
8+
"test": "yarn lint && jest --env node",
99
"lint": "eslint lib test --fix",
1010
"build": "webpack --config example/webpack.config.js --hide-modules",
1111
"dev": "webpack-dev-server --config example/webpack.config.js --inline --hot",

0 commit comments

Comments
 (0)