File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ before_install:
1111 - npm i -g npm@^2.0.0
1212before_script :
1313 - npm prune
14- - npm run commit
1514script :
1615 - npm run test
1716after_success :
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments