Remove lint:fix
This commit is contained in:
parent
b48227dd37
commit
19305ba1bd
@ -11,9 +11,8 @@
|
|||||||
"build:icon": "cd node_modules/rcedit/bin && rcedit-x64.exe ../../../bin/Server.exe --set-icon ../../../assets/images/favicon.ico",
|
"build:icon": "cd node_modules/rcedit/bin && rcedit-x64.exe ../../../bin/Server.exe --set-icon ../../../assets/images/favicon.ico",
|
||||||
"build": "npm run release:any && npm run build:icon",
|
"build": "npm run release:any && npm run build:icon",
|
||||||
"debug": "node --trace-warnings obj/server.js",
|
"debug": "node --trace-warnings obj/server.js",
|
||||||
"lint:fix": "npx eslint --fix \"src/**/*.ts\"",
|
"lint": "npx eslint \"src/**/*.ts\"",
|
||||||
"lint:check": "npx eslint \"src/**/*.ts\"",
|
"release:any": "npm run lint && npm run build:ts && npm run build:babel && npm run build:bundle && npm run build:exe"
|
||||||
"release:any": "npm run lint:check && npm run build:ts && npm run build:babel && npm run build:bundle && npm run build:exe"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"source-map-support": "^0.5.0",
|
"source-map-support": "^0.5.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user