Skip to content

Commit 5c3afd7

Browse files
authored
disabling extra npm build
1 parent 4b57f60 commit 5c3afd7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

scripts/create_semver_tag.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ if [ "$TRAVIS_REPO_SLUG" == "$REPO" ] \
3636
git config remote.origin.url https://${GH_TOKEN}@github.com/${REPO}
3737

3838
# Commit the build for bower
39-
npm run build
40-
git add -f dist/
41-
git commit -m "building dist/ scripts for release"
39+
# disabled: this is now handled by scripts.version in package.json, which in turn calls npm_version.sh
40+
# npm run build
41+
# git add -f dist/
42+
# git commit -m "building dist/ scripts for release"
4243

4344
# create the tag
4445
npm version $SEMVER

0 commit comments

Comments
 (0)