Skip to content

Commit

Permalink
DENO_JOBS=1
Browse files Browse the repository at this point in the history
  • Loading branch information
ComLock committed Oct 18, 2024
1 parent 3c136c6 commit 1a1582f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"rollup:nashornPolyfills": "npx rollup --config rollup.config.nashornPolyfills.mjs",
"rollup:nodePolyfills": "npx rollup --config rollup.config.nodePolyfills.mjs",
"rollup:server": "npx rollup --config rollup.config.server.mjs",
"test": "deno test --coverage=build/deno/coverage --importmap=src/deno/importmap.json --no-check src/deno/**/*.test.ts",
"test": "deno test --coverage=build/deno/coverage --env-file=src/deno/.env --importmap=src/deno/importmap.json --no-check src/deno/**/*.test.ts",
"tsc": "npx tsc --noEmit",
"tsup": "npm-run-all --parallel tsup:*",
"tsup:server": "npx tsup -d build/resources/main"
Expand Down
1 change: 1 addition & 0 deletions src/deno/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DENO_JOBS=1

0 comments on commit 1a1582f

Please sign in to comment.