try to run typescript from node_modules
This commit is contained in:
parent
5383eb5d7f
commit
aab07a6571
1 changed files with 1 additions and 3 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue