Skip to content

Commit

Permalink
Use npx
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Feb 15, 2024
1 parent c4b3777 commit 58ac9dd
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 @@ -18,7 +18,7 @@
],
"scripts": {
"clean": "rm -rf dist/* && rm -rf src/generatedTypes/* && rm -rf schemas/",
"compile": "ts-node --esm src/scripts/compile.ts --experimental-specifier-resolution=node",
"compile": "npx ts-node --esm src/scripts/compile.ts --experimental-specifier-resolution=node",
"build": "yarn clean && yarn compile && microbundle -f modern,esm,cjs",
"test": "jest",
"prepare": "yarn build && yarn test"
Expand Down

0 comments on commit 58ac9dd

Please sign in to comment.