We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e52e149 commit 17ba456Copy full SHA for 17ba456
3 files changed
gitnote-gui/.env
@@ -1,2 +1 @@
1
PUBLIC_URL=./
2
-CI=false
gitnote-gui/package.json
@@ -19,7 +19,7 @@
19
},
20
"scripts": {
21
"start": "react-scripts start",
22
- "build": "react-scripts build",
+ "build": "CI=false react-scripts build",
23
"test": "react-scripts test",
24
"eject": "react-scripts eject"
25
gitnote-jetbrains/build.gradle.kts
@@ -8,7 +8,7 @@ plugins {
8
}
9
10
group = "io.cjlee"
11
-version = "0.2.13"
+version = "0.2.14"
12
13
repositories {
14
mavenCentral()
0 commit comments