mirror of
https://github.com/yldio/copilot.git
synced 2024-11-14 07:10:05 +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
|
UI := $(shell pwd)/../ui
|
||||||
|
|
||||||
.PHONY: install-production
|
.PHONY: install-production
|
||||||
install-production:
|
install-production: compile
|
||||||
yarn install --prefer-offline
|
yarn install --production --prefer-offline
|
||||||
|
|
||||||
.PHONY: install
|
.PHONY: install
|
||||||
install:
|
install:
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "private",
|
"license": "private",
|
||||||
"main": "src/index.js",
|
"main": "server/index.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
"test": "test",
|
"test": "test",
|
||||||
"lib": "src"
|
"lib": "src"
|
||||||
|
Loading…
Reference in New Issue
Block a user