mirror of
https://github.com/urbit/shrub.git
synced 2024-11-23 20:26:54 +03:00
sh/build-interface: hotfix for api build
This commit is contained in:
parent
ca6d50da45
commit
0e50981c51
@ -2,7 +2,10 @@
|
||||
|
||||
set -ex
|
||||
|
||||
cd pkg/interface
|
||||
cd pkg/npm/api
|
||||
npm install &
|
||||
|
||||
cd ../../interface
|
||||
npm install
|
||||
npm run build:prod &
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user