Remove lint:fix

This commit is contained in:
Merijn Hendriks 2021-12-29 16:57:15 +01:00
parent b48227dd37
commit 19305ba1bd

View File

@ -11,9 +11,8 @@
"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",
"debug": "node --trace-warnings obj/server.js",
"lint:fix": "npx eslint --fix \"src/**/*.ts\"",
"lint:check": "npx eslint \"src/**/*.ts\"",
"release:any": "npm run lint:check && npm run build:ts && npm run build:babel && npm run build:bundle && npm run build:exe"
"lint": "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"
},
"dependencies": {
"source-map-support": "^0.5.0",