mirror of
https://github.com/coder/code-server.git
synced 2026-05-26 14:17:28 +02:00
fixup!: remove typecheck step
This commit is contained in:
@@ -30,7 +30,6 @@
|
||||
"lint:scripts": "./ci/dev/lint-scripts.sh",
|
||||
"lint:ts": "eslint --max-warnings=0 --fix $(git ls-files '*.ts' '*.js' | grep -v 'lib/vscode')",
|
||||
"test": "echo 'Run yarn test:unit or yarn test:e2e' && exit 1",
|
||||
"typecheck": "tsc -p tsconfig.json --noEmit --skipLibCheck",
|
||||
"ci": "./ci/dev/ci.sh",
|
||||
"watch": "VSCODE_DEV=1 VSCODE_IPC_HOOK_CLI= NODE_OPTIONS='--max_old_space_size=32384 --trace-warnings' ts-node ./ci/dev/watch.ts",
|
||||
"icons": "./ci/dev/gen_icons.sh"
|
||||
|
||||
Reference in New Issue
Block a user