File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 "vitest" : " vitest run" ,
2020 "vitest:watch" : " vitest" ,
2121 "wsproxy" : " node ./src/wsproxy/local_proxy.js" ,
22- "build" : " rm -rf build/web dist && mkdir -p build/web && pnpm run copyindex && pnpm run copyresource && pnpm run copyconfig && tsc && pnpm run -r --stream build" ,
22+ "build" : " rm -rf build/web dist && mkdir -p build/web && pnpm run copyindex && pnpm run copyresource && pnpm run copyconfig && pnpm run copymonaco && tsc && pnpm run -r --stream build" ,
2323 "build:react-only" : " pnpm run --prefix ./react build:only" ,
2424 "server:p" : " serve build/web" ,
2525 "dev" : " node scripts/dev.mjs" ,
2929 "copyresource" : " cp -Rp resources build/web && cp -Rp manifest build/web" ,
3030 "copyconfig" : " ./scripts/copy-config.js && cp version.json build/web && cp manifest.json build/web" ,
3131 "copyindex" : " cp index.html build/web" ,
32+ "copymonaco" : " mkdir -p build/web/resources/monaco/vs && cp -R react/node_modules/monaco-editor/min/vs/. build/web/resources/monaco/vs/" ,
3233 "prepare" : " husky" ,
3334 "theme-schema:update" : " node scripts/gen-theme-schema.cjs"
3435 },
You can’t perform that action at this time.
0 commit comments