Skip to content

Commit

Permalink
remove env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsoffer committed May 1, 2024
1 parent 5580ee2 commit 12d5bf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"scripts": {
"prepare": "cd ../api && yarn run prepare",
"dev": "next",
"dev:staging": "BASE_PATH=/dashboard && NEXT_PUBLIC_USE_STAGING_ENDPOINT=true yarn dev",
"dev:staging": "NEXT_PUBLIC_USE_STAGING_ENDPOINT=true yarn dev",
"build": "next build",
"static": "STATIC_BUILD=true next build && STATIC_BUILD=true next export",
"start": "BASE_PATH=/dashboard && next start -p 3012",
"start": "next start -p 3012",
"postbuild": "next-sitemap",
"type-check": "tsc --pretty --noEmit",
"docker:build": "docker build $(printf ' -t livepeerci/www:%s' ${DOCKER_TAGS:-master}) -f Dockerfile ../..",
Expand Down

0 comments on commit 12d5bf6

Please sign in to comment.