mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40:06 +02:00
Frontend deployment will now run correctly
This commit is contained in:
parent
ddec264c19
commit
d507348e30
@ -6,8 +6,8 @@ NYC := $(bindir)/nyc
|
||||
UI := $(shell pwd)/../ui
|
||||
|
||||
.PHONY: install-production
|
||||
install-production:
|
||||
yarn install --prefer-offline
|
||||
install-production: compile
|
||||
yarn install --production --prefer-offline
|
||||
|
||||
.PHONY: install
|
||||
install:
|
||||
|
@ -3,7 +3,7 @@
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"license": "private",
|
||||
"main": "src/index.js",
|
||||
"main": "server/index.js",
|
||||
"directories": {
|
||||
"test": "test",
|
||||
"lib": "src"
|
||||
|
Loading…
Reference in New Issue
Block a user