mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-16 14:54:51 +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:
parent
fbfdd80f9b
commit
73d301e63f
@ -1,12 +1,11 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Publish to NPM
|
||||||
|
|
||||||
|
npm publish || exit 1
|
||||||
|
|
||||||
# Deploy latest build to github
|
# Deploy latest build to github
|
||||||
|
|
||||||
# This deployment script needs several improvements:
|
|
||||||
|
|
||||||
# 1) deploying to NPM
|
|
||||||
# 2) deploying to TiddlySpace
|
|
||||||
|
|
||||||
pushd ../jermolene.github.com
|
pushd ../jermolene.github.com
|
||||||
|
|
||||||
git add --all || exit 1
|
git add --all || exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user