Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
console: Fix server-build script on first run
Previously, the `rm static/dist/versioned/*.gz` step would fail on the first run, since the glob would match no files, and `rm` would complain. This approach just deletes the whole directory, which is probably better, anyway, since it avoids any lingering outdated files.
- Loading branch information