Skip to content

Commit

Permalink
fix: add develop script into package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterAltamirano committed Apr 14, 2020
1 parent 1715f5c commit fbd34dc
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 @@ -17,6 +17,7 @@
"build:ssr": "next build",
"build:prod:static": "next build && next export && cross-env BUILD_ENV=production npm-run-all robots-txt-generator sitemap-generator",
"build:staging:static": "cross-env BUILD_ENV=staging next build && next export",
"build:develop:static": "cross-env BUILD_ENV=develop next build && next export",
"ci-prod-server": "serve out &",
"sitemap-generator": "node scripts/nextjs-sitemap-generator.js",
"robots-txt-generator": "node scripts/robots-txt-generator.js",
Expand Down

0 comments on commit fbd34dc

Please sign in to comment.