File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 77 "dev" : " npm-run-all snippets:consolidate dev:server" ,
88 "dev:server" : " tsx index.ts" ,
99 "build" : " npm-run-all --parallel snippets:consolidate build:server" ,
10- "build:server" : " npx tsup index.ts --out-dir dist --format esm" ,
10+ "build:server" : " tsup index.ts --out-dir dist --format esm" ,
1111 "start" : " node dist/index.js" ,
1212 "lint" : " eslint ." ,
1313 "format" : " prettier --write ." ,
1414 "format:check" : " prettier --check ." ,
15- "snippets:check" : " npx tsx ./scripts/checkSnippetFormatting.ts" ,
16- "snippets:consolidate" : " npx tsx ./scripts/consolidateSnippets.ts"
15+ "snippets:check" : " tsx ./scripts/checkSnippetFormatting.ts" ,
16+ "snippets:consolidate" : " tsx ./scripts/consolidateSnippets.ts"
1717 },
1818 "keywords" : [],
1919 "author" : " " ,
You can’t perform that action at this time.
0 commit comments