interface: don't require urbitrc for build:prod

This commit is contained in:
Philip Monk 2020-07-21 11:15:15 -07:00
parent 692d8061d8
commit 2bafb4a96a
No known key found for this signature in database
GPG Key ID: B66E1F02604E44EC
2 changed files with 1 additions and 4 deletions

View File

@ -169,9 +169,7 @@ release commit with --allow-empty.
If anything in `pkg/interface` has changed, ensure it has been built and
deployed properly. For most things, it is sufficient to run `npm install; npm
run build:prod` in `pkg/interface`. Note that a valid urbitrc is required,
though it probably shouldn't be. See `pkg/interface/CONTRIBUTING.md` to create
one.
run build:prod` in `pkg/interface`.
However, if you've made a change to Landscape's JS, then you will need to build
a "glob" and upload it to bootstrap.urbit.org. To do this, run `npm install;

View File

@ -1,7 +1,6 @@
const path = require('path');
// const HtmlWebpackPlugin = require('html-webpack-plugin');
// const { CleanWebpackPlugin } = require('clean-webpack-plugin');
const urbitrc = require('./urbitrc');
module.exports = {
mode: 'production',