From 0f609a608f8707dc7a096d90a543c1d12e833276 Mon Sep 17 00:00:00 2001 From: SnippetsX Date: Tue, 12 Nov 2024 12:11:59 +0300 Subject: [PATCH] updated ci/cd --- authtoken.json | 3 +++ package.json | 2 +- src/metadata.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 authtoken.json 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