|
|
@@ -17,8 +17,8 @@
|
|
|
"start:prod": "cross-env NODE_ENV=production node -r dotenv-flow/config dist/index.js",
|
|
|
"postbuild": "yarn cp:public && yarn cp:views && yarn cp:bootstrap",
|
|
|
"predev": "yarn cp:bootstrap:dev",
|
|
|
- "lint": "eslint src --ext .ts",
|
|
|
- "lint:fix": "eslint src --ext .ts --fix"
|
|
|
+ "lint": "yarn eslint src --ext .ts",
|
|
|
+ "lint:fix": "yarn eslint src --ext .ts --fix"
|
|
|
},
|
|
|
"// comments for dependencies": {
|
|
|
"read-pkg-up": "v8 doesn't support CommonJS anymore. https://github.com/sindresorhus/read-pkg-up/issues/17"
|