Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #308 from serlo/patch4
Browse files Browse the repository at this point in the history
chore: Fix call of ts-node
  • Loading branch information
kulla authored Dec 19, 2023
2 parents d9dccbe + 3197d9c commit a4b7a16
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 @@ -30,7 +30,7 @@
"lint:eslint": "yarn _eslint",
"lint:prettier": "yarn _prettier --check",
"lint:tsc": "tsc --noEmit --project tsconfig.json",
"scripts:is-server-running": "ts-node-esm --transpileOnly scripts/is-server-running.ts",
"scripts:is-server-running": "node --loader ts-node/esm scripts/is-server-running.ts",
"start:edusharing": "NODE_OPTIONS='--experimental-specifier-resolution=node' nodemon --watch src/server-utils.ts --watch src/edusharing-server --watch src/shared src/edusharing-server/start-server.ts",
"start:mongodb": "yarn scripts:is-server-running --reverse-mode 27017 && docker-compose up -d || node -e 'process.exit(0)'",
"start:server": "yarn start:mongodb && TS_NODE_PROJECT='tsconfig.server.json' NODE_OPTIONS='--experimental-specifier-resolution=node' nodemon --watch src --watch .env --ignore src/edusharing-server src/backend/server.ts",
Expand Down

1 comment on commit a4b7a16

@vercel
Copy link

@vercel vercel bot commented on a4b7a16 Dec 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.