refactor: update coding about server proxy
Showing
... | ... | @@ -39,7 +39,7 @@ |
"lint": "npm run lint:js && npm run lint:css", | ||
"lint:css": "stylelint src/**/*.less", | ||
"lint:eslint": "eslint --ignore-path .gitignore --ignore-pattern internals/scripts", | ||
"lint:eslint:fix": "eslint --ignore-path .gitignore --ignore-pattern internals/scripts --fix", | ||
"lint:fix": "eslint --ignore-path .gitignore --ignore-pattern internals/scripts --fix -- .", | ||
"lint:js": "npm run lint:eslint -- . ", | ||
"lint:staged": "lint-staged", | ||
"pretest": "npm run test:clean && npm run lint", | ||
... | ... | @@ -67,7 +67,7 @@ |
}, | ||
"lint-staged": { | ||
"*.js": [ | ||
"npm run lint:eslint:fix", | ||
"npm run lint:fix", | ||
"git add --force" | ||
], | ||
"*.json": [ | ||
... | ... | @@ -217,6 +217,6 @@ |
"webpack-pwa-manifest": "4.0.0", | ||
"whatwg-fetch": "3.0.0", | ||
"yorkie": "^2.0.0", | ||
"express-http-proxy": "^1.6.2" | ||
"http-proxy-middleware": "^1.0.6" | ||
} | ||
} |
Please
register
or
sign in
to comment