mirror of
https://github.com/yldio/copilot.git
synced 2024-11-28 14:10:04 +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
|
$(bindir)/webpack-dev-server --config webpack/index.js
|
||||||
|
|
||||||
.PHONY: install-production
|
.PHONY: install-production
|
||||||
install-production: compile clean
|
install-production: install
|
||||||
yarn install --pure-lockfile --prefer-offline
|
yarn install --pure-lockfile --prefer-offline
|
||||||
|
|
||||||
.PHONY: compile
|
.PHONY: compile
|
||||||
|
Loading…
Reference in New Issue
Block a user