mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-30 04:11:32 -08: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 changed files with 4 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue