Skip to content

Commit

Permalink
update npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
juliascript authored and audreyso committed Oct 15, 2016
1 parent 9dc994e commit cbb7ba0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"tape-runner": "^0.3.0"
},
"scripts": {
"test": "nsp check && node test/test.js | tap-spec"
"test": "node test/test.js | tap-spec"
},
"repository": {
"type": "git",
Expand Down
2 changes: 0 additions & 2 deletions src/platform-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,9 @@ exports.prepareReleaseBranchCommand = function*() {
iosFileContents[lineNumberToReplaceLine] = lineToReplace;

fs.writeFileSync(iosFile, iosFileContents.join('\n'));
var update = fs.readFileSync(iosFile, 'utf8');
}
});
});

executil.reportGitPushResult(repos, ['master', branchName]);
}

Expand Down

0 comments on commit cbb7ba0

Please sign in to comment.