try to run typescript from node_modules

This commit is contained in:
Quentin 2025-02-22 21:11:35 +01:00
parent 5383eb5d7f
commit aab07a6571
Signed by: quentin
GPG key ID: E9602264D639FF68

View file

@ -10,9 +10,8 @@
"dxfl": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"build": "./node_modules/.bin/tsc",
"prepare": "npm run-script build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.750.0",
@ -23,7 +22,6 @@
"guichet-sdk-ts": "git+https://git.deuxfleurs.fr/Deuxfleurs/guichet-sdk-ts",
"mime": "^4.0.6",
"read": "^4.1.0",
"tsx": "^4.19.3",
"typescript": "^5.7.3"
}
}