mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30:06 +02:00
ui: fixing broken build due to missing deps
This commit is contained in:
parent
3a32db085a
commit
c980b1da53
@ -31,7 +31,7 @@ start:
|
||||
$(bindir)/webpack-dev-server --config webpack/index.js
|
||||
|
||||
.PHONY: install-production
|
||||
install-production: compile clean
|
||||
install-production: install
|
||||
yarn install --pure-lockfile --prefer-offline
|
||||
|
||||
.PHONY: compile
|
||||
|
Loading…
Reference in New Issue
Block a user