mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-28 11:40:11 +03:00
interface: don't require urbitrc for build:prod
This commit is contained in:
parent
692d8061d8
commit
2bafb4a96a
@ -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;
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user