Skip to content

Commit

Permalink
chore: remove ts-node and script from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nvtaveras committed Aug 5, 2024
1 parent 3299ad8 commit fda4892
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 161 deletions.
159 changes: 0 additions & 159 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"deploy:via:tf": "terraform -chdir=infra apply",
"gcp-build": "npm run build",
"generate:env": "terraform -chdir=infra apply -target=local_file.env_file",
"get-time-lock-id": "ts-node src/utils/get-time-lock-id.ts",
"logs": "./get-logs.sh",
"logs:url": "./get-logs-url.sh",
"prestart": "npm run build",
Expand All @@ -39,7 +38,6 @@
"@types/eslint__js": "^8.42.3",
"eslint": "^9.7.0",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.0-alpha.51"
}
Expand Down

0 comments on commit fda4892

Please sign in to comment.