We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d645bf commit 27db922Copy full SHA for 27db922
apps/data-pipeline/mview-refresher/package.json
@@ -7,8 +7,7 @@
7
"scripts": {
8
"check:types": "tsc -p ./tsconfig.json -noEmit",
9
"deploy": "wrangler deploy",
10
- "postinstall": "wrangler types --x-include-runtime",
11
- "start": "dotenv -e ../../../.env -- tsx src/index.ts"
+ "postinstall": "wrangler types --x-include-runtime"
12
},
13
"dependencies": {
14
"@packages/db": "workspace:*"
0 commit comments