Get rid of more JS stuff, replace publish.sh with a Makefile
This commit is contained in:
parent
a32c587c41
commit
0af1cafcd4
3 changed files with 10 additions and 89 deletions
10
Makefile
Normal file
10
Makefile
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
clean:
|
||||
rm -r build
|
||||
|
||||
build:
|
||||
posty build
|
||||
|
||||
stage:
|
||||
gsutil -m rsync -d -r build/ gs://test.nickpegg.com
|
||||
|
||||
# TODO: add a `publish` task when ready to roll to prod
|
||||
Loading…
Add table
Add a link
Reference in a new issue