Skip to content

Commit

Permalink
chore: remove script
Browse files Browse the repository at this point in the history
  • Loading branch information
JBR90 committed Nov 5, 2024
1 parent af74c77 commit 98a14c0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/exports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"version": "0.0.1",
"scripts": {
"lint": "eslint . --ext .ts,.tsx",
"type-check": "tsc --noEmit",
"with-env": "dotenv -e ../../.env --",
"delete-old-google-drive-files": "pnpm with-env ts-node --compiler-options {\"module\":\"CommonJS\"} ./src/gSuite/drive/deleteOldFile.ts"
"type-check": "tsc --noEmit"
},
"dependencies": {
"@oakai/logger": "*",
Expand Down

0 comments on commit 98a14c0

Please sign in to comment.