Commit 550fe373 authored by Evan You's avatar Evan You

chore: lint in test script

parent 91d29b1f
......@@ -5,7 +5,7 @@
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"test": "jest --env node",
"test": "yarn lint && jest --env node",
"lint": "eslint lib test --fix",
"build": "webpack --config example/webpack.config.js --hide-modules",
"dev": "webpack-dev-server --config example/webpack.config.js --inline --hot",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment