diff --git a/frontend/package.json b/frontend/package.json index 737956a7d..180ff77c1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -11,6 +11,7 @@ "build-live": "export COMMIT_HASH=`git rev-parse --short HEAD` && npx gulp build-production", "dev": "concurrently \"webpack serve --config=./webpack/config.dev.js\" \"npx gulp watch\"", "deploy-live": "npm run build-live && firebase deploy -P live --only hosting", + "deploy-preview": "npm run build-live && firebase hosting:channel:deploy preview -P live --expires 2h", "tsc": "tsc", "knip": "knip" },