Skip to content
Snippets Groups Projects
Commit 68a957f5 authored by Ewen Le Bihan's avatar Ewen Le Bihan
Browse files

Revert "build: use tsx instead of node for @centraverse/api's build script"

This reverts commit e86ae609.
parent 078f9dab
Branches
Tags v1.15.1
No related merge requests found
......@@ -78,7 +78,7 @@
},
"private": true,
"scripts": {
"build": "prisma generate && tsx ./scripts/update-id-prefix-to-typename-map.ts && tsx ./scripts/inject-current-commit-hash.ts && tsc && tsx ./scripts/post-build.ts",
"build": "prisma generate && tsc && node ./build/scripts/update-id-prefix-to-typename-map.js && node ./build/scripts/inject-current-commit-hash.js && prisma generate && tsc && node ./build/scripts/post-build.js",
"clean": "git clean -Xdf .",
"dev": "NODE_ENV=development tsx watch --conditions=development --clear-screen=false ./src/index.ts",
"start": "node ./build/src/index.js",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment