-
Notifications
You must be signed in to change notification settings - Fork 0
Build and Test Scripts
YarCraSy edited this page Jul 8, 2026
·
2 revisions
-
npm run compile: TypeScript without emitting files. -
npm run watch: TypeScript in watch mode. -
npm run build: extension + webview. -
npm run build:extension: bundledist/Extension.js. -
npm run build:webview: bundledist/webview. -
npm run dev:webview: Vite server for UI. -
npm run docs:wiki:export: exportdocumentation/markdownto.wiki-exportfor GitHub Wiki publishing. -
npm run lint: ESLint oversrc. -
npm test: VS Code tests.
In documentation/web-doc:
-
npm run dev: Astro dev server. -
npm run build: Astro build. -
npm run preview: preview the build.
If the environment uses nvm, load it first:
source ~/.nvm/nvm.sh