Skip to content

Commit

Permalink
no need for pnpx
Browse files Browse the repository at this point in the history
  • Loading branch information
kearfy committed Jul 17, 2024
1 parent 8b50b15 commit caa54ab
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,16 @@
"build": "bash ./build.sh",
"build:debug": "napi build --platform && bash ./fix-deps.sh && tsc",
"prepublishOnly": "napi prepublish -t npm",
"test": "pnpx tsx test.ts",
"test": "tsx test.ts",
"universal": "napi universal",
"version": "napi version",
"ts-compile": "pnpx tsc --version && pnpx tsc"
"ts-compile": "tsc --version && pnpx tsc"
},
"files": ["lib", "index.d.ts", "index.js", "npm", "surrealdb.node.*.node"]
"files": [
"lib",
"index.d.ts",
"index.js",
"npm",
"surrealdb.node.*.node"
]
}

0 comments on commit caa54ab

Please sign in to comment.