Skip to content

Commit

Permalink
Keep vars (for gh workflow method)
Browse files Browse the repository at this point in the history
  • Loading branch information
kotx committed Aug 12, 2023
1 parent d871d99 commit 8fce68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dev": "run-p -r client:dev worker:dev",
"deploy": "run-s client:build worker:deploy",
"worker:dev": "wrangler dev --remote",
"worker:deploy": "wrangler deploy --minify",
"worker:deploy": "wrangler deploy --minify --keep-vars",
"client:build": "esbuild ./src/client/*.ts --bundle --minify --outdir=assets/dist --target=es6",
"client:dev": "pnpm client:build --sourcemap --watch"
},
Expand Down

0 comments on commit 8fce68f

Please sign in to comment.