1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-26 07:13:15 +00:00

Update the deploy script to publish to NPM

Which means that I'll only be deploying when there's a version bump.
Which means that I'll be deploying new versions multiple times a day
sometimes.
This commit is contained in:
Jermolene 2013-11-09 10:54:10 +00:00
parent fbfdd80f9b
commit 73d301e63f

View File

@ -1,12 +1,11 @@
#!/bin/bash
# Publish to NPM
npm publish || exit 1
# Deploy latest build to github
# This deployment script needs several improvements:
# 1) deploying to NPM
# 2) deploying to TiddlySpace
pushd ../jermolene.github.com
git add --all || exit 1