Skip to content
Snippets Groups Projects
Verified Commit a953269b authored by Felix Freiberger's avatar Felix Freiberger
Browse files

Do not lint on build as it fails

parent c122dc43
Branches
Tags
2 merge requests!2Switch pseuco-lang to typescript,!1Make NPM happy
......@@ -36,7 +36,7 @@
"build-ts": "tsc --project tsconfig.json",
"generate-parser": "node run-peg.js",
"build-parser": "npm run generate-parser && tsc --project tsconfig_parser.json && del-cli src/Parser.ts && cpy dist/Parser.js src/ && cpy src/Parser.d.ts dist/",
"build": "npm run build-ts && npm run build-parser && npm run lint",
"build": "npm run build-ts && npm run build-parser",
"debugkhdfsb": "npm run build && npm run watch-debug",
"lint": "tsc --noEmit && eslint \"**/*.ts\" --quiet --fix",
"watch-ts": "tsc -w",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment