Modified makefile build/deploy for firebase
This commit is contained in:
parent
86aa502c87
commit
cf1b2aca77
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -8,14 +8,14 @@ dev:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
make dev
|
make dev
|
||||||
lektor build
|
lektor build --output-path ./public
|
||||||
|
|
||||||
watch:
|
watch:
|
||||||
node_modules/gulp/bin/gulp.js sass:watch
|
node_modules/gulp/bin/gulp.js sass:watch
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
make build
|
make build
|
||||||
lektor deploy
|
node_modules/firebase-tools/bin/firebase deploy
|
||||||
|
|
||||||
deploy_tests:
|
deploy_tests:
|
||||||
bash tests/run.sh
|
bash tests/run.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue