File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 path : |
4545 packages/extension/dist/**/*
4646 - name : 🧪 Test Building of Extension
47- run : cd packages/extension && npx @vscode/vsce package
47+ run : cd packages/extension && npx @vscode/vsce package --no-dependencies
Original file line number Diff line number Diff line change 555555 "scripts" : {
556556 "vscode:prepublish" : " pnpm package" ,
557557 "check-types" : " tsc --noEmit" ,
558- "build" : " pnpm check-types && node esbuild.js && copyfiles -u 3 ../septic/public/**/* dist/public" ,
558+ "build" : " pnpm check-types && node esbuild.js && copyfiles -u 3 ../septic/public/* ../septic/public/**/* dist/public" ,
559559 "build:test" : " tsc -b ./client && tsc -b ./server" ,
560560 "watch" : " pnpm run \" /^watch:.*/\" " ,
561561 "watch:esbuild" : " node esbuild.js --watch" ,
562562 "watch:tsc" : " tsc --watch --project tsconfig.json" ,
563- "package" : " pnpm check-types && node esbuild.js --production && copyfiles -u 3 ../septic/public/**/* dist/public" ,
563+ "package" : " pnpm check-types && node esbuild.js --production && copyfiles -u 3 ../septic/public/* ../septic/public/**/* dist/public" ,
564564 "lint" : " eslint -c eslint.config.mjs ./client/src ./server/src" ,
565565 "integration-test" : " pnpm build && pnpm build:test && vscode-test" ,
566566 "test" : " cross-env NODE_ENV=test mocha" ,
You can’t perform that action at this time.
0 commit comments