Skip to content

Commit

Permalink
clean before build
Browse files Browse the repository at this point in the history
  • Loading branch information
max-ostapenko committed Dec 11, 2024
1 parent 8f2402f commit e591526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/bigquery-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "index.js",
"scripts": {
"start": "node index.js",
"buildpack": "gcloud builds submit --pack image=gcr.io/httparchive/bigquery-export"
"buildpack": "rm -rf node_modules; gcloud builds submit --pack image=gcr.io/httparchive/bigquery-export"
},
"type": "module",
"dependencies": {
Expand Down

0 comments on commit e591526

Please sign in to comment.