unbork bonk
This commit is contained in:
parent
d3b8b8a952
commit
3d22203f94
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ var package = JSON.parse(data);
|
||||||
package.version = `${package.version}.${process.env['CIRCLE_BUILD_NUM']}`
|
package.version = `${package.version}.${process.env['CIRCLE_BUILD_NUM']}`
|
||||||
|
|
||||||
|
|
||||||
fs.writeFile('package.json', newData, err => {
|
fs.writeFile('package.json', package, err => {
|
||||||
// error checking
|
// error checking
|
||||||
if(err) throw err;
|
if(err) throw err;
|
||||||
console.log("VERSION CHANGED");
|
console.log("VERSION CHANGED");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue