File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
cloudflare-workers-bindings-extension Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 "scripts" : {
1515 "vscode:prepublish" : " pnpm run package" ,
1616 "compile" : " pnpm run check:type && pnpm run check:lint && node esbuild.js" ,
17- "watch " : " npm-run-all -p watch:*" ,
17+ "dev " : " npm-run-all -p watch:*" ,
1818 "watch:esbuild" : " node esbuild.js --watch" ,
1919 "watch:tsc" : " tsc --noEmit --watch --project tsconfig.json" ,
2020 "package" : " pnpm run check:type && pnpm run check:lint && node esbuild.js --production" ,
Original file line number Diff line number Diff line change 3939 "test:e2e:yarn" : " pnpm run build && cross-env TEST_PM=yarn vitest run --config ./vitest-e2e.config.mts" ,
4040 "test:unit" : " vitest run --config ./vitest.config.mts" ,
4141 "test:unit:watch" : " vitest --config ./vitest.config.mts" ,
42- "watch " : " node -r esbuild-register scripts/build.ts --watch" ,
42+ "dev " : " node -r esbuild-register scripts/build.ts --watch" ,
4343 "test:ci" : " vitest run --config ./vitest.config.mts"
4444 },
4545 "devDependencies" : {
Original file line number Diff line number Diff line change 3535 "scripts" : {
3636 "build" : " tsup" ,
3737 "check:type" : " tsc --build" ,
38+ "dev" : " tsup --watch" ,
3839 "test" : " vitest" ,
39- "test:ci" : " vitest run" ,
40- "watch" : " tsup --watch"
40+ "test:ci" : " vitest run"
4141 },
4242 "dependencies" : {
4343 "@hattip/adapter-node" : " ^0.0.49" ,
You can’t perform that action at this time.
0 commit comments