Skip to content

Commit

Permalink
WIP calculate changed apps
Browse files Browse the repository at this point in the history
  • Loading branch information
bperel committed Aug 25, 2024
1 parent 8bc32c6 commit 3e4e13e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 4 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
},
"module": "index.ts",
"scripts": {
"build": "rm -rf dist && ./node_modules/.pnpm/node_modules/.bin/tsc"
"build": "rm -rf dist && tsc"
},
"dependencies": {
"ts-node": "^10.9.2",
"~prisma-schemas": "workspace:*"
},
"devDependencies": {
"ts-node": "^10.9.2"
}
}
7 changes: 4 additions & 3 deletions pnpm-lock.yaml

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

0 comments on commit 3e4e13e

Please sign in to comment.