Skip to content

Commit c5c6d12

Browse files
committed
* trigg new ver
1 parent 385e8d2 commit c5c6d12

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ before_install:
1111
- npm i -g npm@^2.0.0
1212
before_script:
1313
- npm prune
14-
- npm run dist
14+
- npm run commit
1515
script:
1616
- npm run test
1717
after_success:

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"test-unit": "nodeunit test/unit/nodeunitheadless.js",
1717
"test-correctness": "jshint --config test/jshintrc src/Tween.js",
1818
"test-style": "jscs --config test/jscs.json src/Tween.js",
19-
"semantic-release": "semantic-release pre && npm publish && semantic-release post --owner=sole --user=dalisoft"
19+
"semantic-release": "semantic-release pre && npm publish && semantic-release post --owner=sole --user=dalisoft",
20+
"commit": "npm run dist && git commit -m 'fix(update): Updating library dist. files' && git push"
2021
},
2122
"repository": {
2223
"type": "git",

0 commit comments

Comments
 (0)