mirror of
https://github.com/yldio/copilot.git
synced 2024-11-28 22:20:06 +02:00
Frontend build should ignore lockfile for now
This commit is contained in:
parent
dcba0ab5c7
commit
555c432cc4
@ -7,11 +7,11 @@ UI := $(shell pwd)/../ui
|
|||||||
|
|
||||||
.PHONY: install-production
|
.PHONY: install-production
|
||||||
install-production: compile
|
install-production: compile
|
||||||
yarn install --production --prefer-offline
|
yarn install --production --no-lockfile
|
||||||
|
|
||||||
.PHONY: install
|
.PHONY: install
|
||||||
install:
|
install:
|
||||||
NODE_ENV=development yarn install --prefer-offline
|
NODE_ENV=development yarn install --no-lockfile
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
|
Loading…
Reference in New Issue
Block a user