1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 05:43:52 +03:00

ui: fixing broken build due to missing deps

This commit is contained in:
Tom Gallacher 2016-10-31 13:47:43 +00:00
parent 3a32db085a
commit c980b1da53

View File

@ -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