Skip to content

Commit

Permalink
πŸ‘‘
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Jul 5, 2023
1 parent 53ede1c commit ac9c354
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 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": "pnpm run build.client && vite build -c adapters/vercel-edge/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 ",
"deploy.azure": "swa deploy ./dist --api-location ./azure-functions --env production",
Expand Down Expand Up @@ -72,7 +73,8 @@
"test.unit.ui": "vitest --ui components",
"test.vercel.mpa": "cross-env APP=mpa playwright test tests --config playwright.vercel.config.ts",
"test.vercel.spa": "cross-env APP=spa playwright test tests --config playwright.vercel.config.ts",
"qwik": "qwik"
"qwik": "qwik",
"postinstall": "prebuild.pandacss"
},
"devDependencies": {
"@azure/static-web-apps-cli": "^1.1.3",
Expand Down

0 comments on commit ac9c354

Please sign in to comment.