We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb9895a commit 356a63dCopy full SHA for 356a63d
1 file changed
publish.sh
@@ -8,9 +8,9 @@ GH_PATH=`cat ~/.ghpass`
8
GH_REPO=painterro
9
GH_TARGET=master
10
ASSETS_PATH=build
11
-npm run build
12
npm --no-git-tag-version version patch
13
VERSION=`grep '"version":' package.json | cut -d\" -f4`
+npm run build
14
git add -u
15
git commit -m "$VERSION"
16
git push
0 commit comments