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

View File

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