Skip to content

Commit 25be336

Browse files
committed
fix(deploy): failed deploy was just removed
1 parent c5c6d12 commit 25be336

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ before_install:
1111
- npm i -g npm@^2.0.0
1212
before_script:
1313
- npm prune
14-
- npm run commit
1514
script:
1615
- npm run test
1716
after_success:

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
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",
20-
"commit": "npm run dist && git commit -m 'fix(update): Updating library dist. files' && git push"
19+
"semantic-release": "semantic-release pre && npm publish && semantic-release post --owner=sole --user=dalisoft"
2120
},
2221
"repository": {
2322
"type": "git",

0 commit comments

Comments
 (0)