Skip to content

Commit

Permalink
Use yarn run instead of npx
Browse files Browse the repository at this point in the history
  • Loading branch information
denizdogan committed Jun 9, 2023
1 parent 9068607 commit 3d9cbe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"scripts": {
"build": "echo 'Building edgedb-js...' && rm -rf dist && yarn build:cjs && yarn build:deno",
"build:cjs": "tsc --project tsconfig.json",
"build:deno": "rm -rf deno_dist && npx denoify",
"build:deno": "rm -rf deno_dist && yarn run denoify",
"test": "npx --node-options='--experimental-fetch' jest --detectOpenHandles",
"lint": "yarn lint:cjs && yarn lint:deno",
"lint:cjs": "tslint 'packages/*/src/**/*.ts'",
Expand Down

0 comments on commit 3d9cbe5

Please sign in to comment.