diff --git a/authtoken.json b/authtoken.json new file mode 100644 index 0000000..2007f0e --- /dev/null +++ b/authtoken.json @@ -0,0 +1,3 @@ +{ + "token": "zuicwz9a" +} \ No newline at end of file diff --git a/package.json b/package.json index 494fc6b..10c4309 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "scripts": { "start": "node generatetoken.js && node generate-buildno.js && react-scripts start", - "build": "node generatetoken.js && node generate-buildno.js && react-scripts build", + "build": "CI=false && node generatetoken.js && node generate-buildno.js && react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, diff --git a/src/metadata.json b/src/metadata.json index d4e0988..9b1ed4a 100644 --- a/src/metadata.json +++ b/src/metadata.json @@ -1 +1 @@ -{"buildMajor":1,"buildMinor":0,"buildRevision":5,"buildTag":"DEV"} \ No newline at end of file +{"buildMajor":1,"buildMinor":0,"buildRevision":6,"buildTag":"DEV"} \ No newline at end of file