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 7
7
"dev" : " npm-run-all snippets:consolidate dev:server" ,
8
8
"dev:server" : " tsx index.ts" ,
9
9
"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" ,
11
11
"start" : " node dist/index.js" ,
12
12
"lint" : " eslint ." ,
13
13
"format" : " prettier --write ." ,
14
14
"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"
17
17
},
18
18
"keywords" : [],
19
19
"author" : " " ,
You can’t perform that action at this time.
0 commit comments