kopia lustrzana https://github.com/miklobit/TiddlyWiki5
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.print-window-tiddler
rodzic
fbfdd80f9b
commit
73d301e63f
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue