Skip to content

Commit

Permalink
chore: Workaround for build command by using node instead of ts-node
Browse files Browse the repository at this point in the history
  • Loading branch information
kulla committed Dec 4, 2023
1 parent ccde1a5 commit e588363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -16,7 +16,7 @@
"_eslint": "eslint \"{{__fixtures__,__tests-pacts__,__tests__,scripts,packages/*/src}/**/*,*}.{js,jsx,ts,tsx}\"",
"_prettier": "prettier .",
"auth": "scripts/authenticate.sh",
"_build": "ts-node --experimental-specifier-resolution=node scripts/build",
"_build": "node --loader ts-node/esm --experimental-specifier-resolution=node scripts/build",
"build:server": "yarn _build packages/server/src/server.ts server.cjs",
"build:swr-queue-worker": "yarn _build packages/server/src/swr-queue-worker.ts swr-queue-worker.cjs",
"build:packages": "yarn lerna run build",
Expand Down

0 comments on commit e588363

Please sign in to comment.