Frontend deployment will now run correctly

This commit is contained in:
Tom Gallacher 2017-01-06 15:32:38 +00:00
parent ddec264c19
commit d507348e30
2 changed files with 3 additions and 3 deletions

View File

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

View File

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