Commit 49eae914 by Francisco Giordano

change double quotes for single quotes

parent 0fa5270f
......@@ -7,7 +7,7 @@ const fs = require('fs');
const cp = require('child_process');
const pkg = require('../../package.json');
const suffix = process.env.PRERELEASE_SUFFIX || "rc";
const suffix = process.env.PRERELEASE_SUFFIX || 'rc';
if (pkg.version.indexOf('-' + suffix) !== -1) {
process.exit(0);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment