We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3297d32 commit 623be43Copy full SHA for 623be43
tooling/build/scripts/publisher.sh
@@ -70,7 +70,6 @@ start_time=$(date +%s)
70
cd tooling/build/scripts/publishing
71
echo $(pwd)
72
npm ci
73
-npm install ts-node -g
74
npm run start
75
calculate_duration $start_time
76
tooling/build/scripts/publishing/package.json
@@ -5,14 +5,15 @@
5
"main": "index.ts",
6
"scripts": {
7
"test": "echo \"Error: no test specified\" && exit 1",
8
- "start": "ts-node index.ts "
+ "start": "tsx index.ts "
9
},
10
"keywords": [],
11
"author": "",
12
"license": "ISC",
13
"dependencies": {
14
"dotenv": "^16.4.5",
15
- "pg": "^8.12.0"
+ "pg": "^8.12.0",
16
+ "tsx": "^4.19.2"
17
18
"devDependencies": {
19
"@types/pg": "^8.11.6"
0 commit comments