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:
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue