Skip to content

Commit 356a63d

Browse files
committed
publish script
1 parent cb9895a commit 356a63d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ GH_PATH=`cat ~/.ghpass`
88
GH_REPO=painterro
99
GH_TARGET=master
1010
ASSETS_PATH=build
11-
npm run build
1211
npm --no-git-tag-version version patch
1312
VERSION=`grep '"version":' package.json | cut -d\" -f4`
13+
npm run build
1414
git add -u
1515
git commit -m "$VERSION"
1616
git push

0 commit comments

Comments
 (0)