Skip to content

Commit 36dbe2f

Browse files
committed
--unstable not needed for deno, but use --no-lock to not include deno.lock
1 parent e8bb3b8 commit 36dbe2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"test": "npm run test:esm && npm run test:cjs && npm run test:deno",
2626
"test:esm": "node tests/index.js",
2727
"test:cjs": "npm run build:cjs && cd cjs/tests && node index.js && cd ../../",
28-
"test:deno": "npm run build:deno && cd deno/tests && deno run --unstable --allow-all --unsafely-ignore-certificate-errors index.js && cd ../../",
28+
"test:deno": "npm run build:deno && cd deno/tests && deno run --no-lock --allow-all --unsafely-ignore-certificate-errors index.js && cd ../../",
2929
"lint": "eslint src && eslint tests",
3030
"prepare": "npm run build",
3131
"prepublishOnly": "npm run lint"

0 commit comments

Comments
 (0)