From cf1b2aca77cc3a1b84b1d44dd32c3f4f20f1774c Mon Sep 17 00:00:00 2001 From: Felipe Martin Date: Sun, 25 Dec 2016 23:52:24 +0100 Subject: [PATCH] Modified makefile build/deploy for firebase --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c952b26..d86b52e 100644 --- a/Makefile +++ b/Makefile @@ -8,14 +8,14 @@ dev: build: make dev - lektor build + lektor build --output-path ./public watch: node_modules/gulp/bin/gulp.js sass:watch deploy: make build - lektor deploy + node_modules/firebase-tools/bin/firebase deploy deploy_tests: bash tests/run.sh