Skip to content

Commit

Permalink
chore: fix deno update command
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Jan 26, 2024
1 parent 2807400 commit 6fff7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"test:bun": "bun test runtimes/bun",
"test:deno": "deno test --allow-read --allow-net --allow-env --fail-fast --import-map=runtimes/deno/import_map.json runtimes/deno",
"test:deno:update_import_map": "deno run --allow-read --allow-write runtimes/deno/update_import_map.ts",
"posttest:deno:update_import_map": "npx prettier --write runtimes/deno/import_map.json",
"posttest:deno:update_import_map": "npx -p prettier -p prettier-plugin-packagejson prettier --write runtimes/deno/import_map.json",
"test:edge-runtime": "npm test -- --config vitest.edge.config.ts",
"test:next": "npm test -- --config ./vitest.next.config.ts",
"test:node-runtimes": "node --test runtimes/node | npx faucet"
Expand Down

0 comments on commit 6fff7ab

Please sign in to comment.