Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
www: remove production and add shallow clone (#3356)
Removes the outdated/deprecated `--production` flag and adds `--prefer-online`. Make the install based on the lockfile by using `npm ci` instead of `npm install`. Also make the clone process shallow as we don't need the git history here. We make a depth of 2 as Nextra/Next.js requires that.
- Loading branch information