Skip to content

Commit

Permalink
chore: use cross-env
Browse files Browse the repository at this point in the history
  • Loading branch information
magne4000 committed Jun 26, 2024
1 parent 304da6c commit ae640a1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/hattip-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "hattip serve ./hattip-entry.ts --client",
"build": "NODE_ENV=production hattip build ./hattip-entry.ts --target es2022 --client",
"build": "cross-env NODE_ENV=production hattip build ./hattip-entry.ts --target es2022 --client",
"preview": "pnpm run build && wrangler pages dev",
"deploy": "pnpm run build && wrangler pages deploy",
"test": "tsc --noEmit"
Expand All @@ -17,6 +17,7 @@
"@hattip/adapter-cloudflare-workers": "^0.0.46",
"@hattip/adapter-node": "^0.0.46",
"@hattip/vite": "^0.0.46",
"cross-env": "^7.0.3",
"typescript": "^5.5.2",
"vike-cloudflare": "^0.0.3",
"wrangler": "^3.61.0"
Expand Down
12 changes: 12 additions & 0 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 ae640a1

Please sign in to comment.