Skip to content

Commit

Permalink
Merge pull request #1182 from serlo/chore/fix-tsnode
Browse files Browse the repository at this point in the history
chore: Workaround for build command by using node instead of ts-node
  • Loading branch information
kulla authored Dec 4, 2023
2 parents ccde1a5 + e588363 commit 43b12f3
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 @@ -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 43b12f3

Please sign in to comment.