Skip to content

Commit 623be43

Browse files
authored
add back tsx (#958)
1 parent 3297d32 commit 623be43

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tooling/build/scripts/publisher.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ start_time=$(date +%s)
7070
cd tooling/build/scripts/publishing
7171
echo $(pwd)
7272
npm ci
73-
npm install ts-node -g
7473
npm run start
7574
calculate_duration $start_time
7675

tooling/build/scripts/publishing/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@
55
"main": "index.ts",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
8-
"start": "ts-node index.ts "
8+
"start": "tsx index.ts "
99
},
1010
"keywords": [],
1111
"author": "",
1212
"license": "ISC",
1313
"dependencies": {
1414
"dotenv": "^16.4.5",
15-
"pg": "^8.12.0"
15+
"pg": "^8.12.0",
16+
"tsx": "^4.19.2"
1617
},
1718
"devDependencies": {
1819
"@types/pg": "^8.11.6"

0 commit comments

Comments
 (0)