mirror of
https://github.com/yldio/copilot.git
synced 2024-11-28 14:10:04 +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
|
||||
install-production: compile
|
||||
yarn install --production --prefer-offline
|
||||
yarn install --production --no-lockfile
|
||||
|
||||
.PHONY: install
|
||||
install:
|
||||
NODE_ENV=development yarn install --prefer-offline
|
||||
NODE_ENV=development yarn install --no-lockfile
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
|
Loading…
Reference in New Issue
Block a user