Skip to content

Commit

Permalink
🎪
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Jul 5, 2023
1 parent 44844ef commit 1c75e26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"build.static.debug": "node --inspect-brk ./node_modules/vite/bin/vite.js build -c adapters/static/vite.config.ts",
"build.types": "tsc --incremental --noEmit",
"build.vercel-edge": "pnpm run build.client && vite build -c adapters/vercel-edge/vite.config.ts",
"build.vercel-serverless": "pnpm run build.client && vite build -c adapters/vercel-serverless/vite.config.ts",
"build.node-dev": "vite build --mode development && vite build --ssr --mode development -c adapters/node/vite.config.ts",
"clean.dist": "rimraf dist",
"deploy.aws": "serverless deploy ",
Expand Down

0 comments on commit 1c75e26

Please sign in to comment.