Skip to content

Commit

Permalink
remove production and staging build scripts (#101)
Browse files Browse the repository at this point in the history
Co-authored-by: Amit Prakash <34869115+iamitprakash@users.noreply.github.com>
  • Loading branch information
yesyash and iamitprakash authored Aug 13, 2024
1 parent edcba4b commit cce7635
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
"private": true,
"scripts": {
"build": "next build",
"build:production": "cp ./env/.env.production .env && next build",
"build:staging": "cp ./env/.env.staging .env && next build",
"start": "next start",
"dev:server": "next dev -p 4000",
"dev:reverse-ssl": "local-ssl-proxy --source 443 --target 4000",
Expand Down

0 comments on commit cce7635

Please sign in to comment.