Update package script; add vscode extension link to README

This commit is contained in:
Saoud Rizwan
2024-07-10 08:21:06 -04:00
parent e4710e8d2c
commit 30102f67fb
2 changed files with 9 additions and 7 deletions

View File

@@ -77,7 +77,7 @@
"watch": "npm-run-all -p watch:*",
"watch:esbuild": "node esbuild.js --watch",
"watch:tsc": "tsc --noEmit --watch --project tsconfig.json",
"package": "npm run check-types && npm run lint && node esbuild.js --production",
"package": "npm run build:webview && npm run check-types && npm run lint && node esbuild.js --production",
"compile-tests": "tsc -p . --outDir out",
"watch-tests": "tsc -p . -w --outDir out",
"pretest": "npm run compile-tests && npm run compile && npm run lint",