Skip to content

Commit 27db922

Browse files
committed
chore(mview-refresher): remove start script
1 parent 0d645bf commit 27db922

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/data-pipeline/mview-refresher/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"scripts": {
88
"check:types": "tsc -p ./tsconfig.json -noEmit",
99
"deploy": "wrangler deploy",
10-
"postinstall": "wrangler types --x-include-runtime",
11-
"start": "dotenv -e ../../../.env -- tsx src/index.ts"
10+
"postinstall": "wrangler types --x-include-runtime"
1211
},
1312
"dependencies": {
1413
"@packages/db": "workspace:*"

0 commit comments

Comments
 (0)