minor config change
... | ... | @@ -4,6 +4,7 @@ |
"scripts": { | ||
"start": "webpack-dev-server --env development --port 3000", | ||
"build": "webpack --env production", | ||
"lint-staged": "lint-staged", | ||
"ts-check": "tsc --noEmit", | ||
"lint:code": "eslint '*/**/*.{js,ts,tsx}'", | ||
"lint:code:fix": "npm run lint:code -- --fix", | ||
... | ... |
Please register or sign in to comment