Skip to content

Commit

Permalink
ci: fix compile script (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 authored Mar 18, 2024
1 parent 24f7105 commit 57d0cd2
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": "npx ts-node --esm src/scripts/compile.ts --experimental-specifier-resolution=node",
"compile": "node --loader 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 57d0cd2

Please sign in to comment.