mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-11-08 03:23:00 +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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user