Skip to content

Commit

Permalink
add back tsx (#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangohjw authored Dec 23, 2024
1 parent 3297d32 commit 623be43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion tooling/build/scripts/publisher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ start_time=$(date +%s)
cd tooling/build/scripts/publishing
echo $(pwd)
npm ci
npm install ts-node -g
npm run start
calculate_duration $start_time

Expand Down
5 changes: 3 additions & 2 deletions tooling/build/scripts/publishing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node index.ts "
"start": "tsx index.ts "
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"dotenv": "^16.4.5",
"pg": "^8.12.0"
"pg": "^8.12.0",
"tsx": "^4.19.2"
},
"devDependencies": {
"@types/pg": "^8.11.6"
Expand Down

0 comments on commit 623be43

Please sign in to comment.