Skip to content

Commit 17ba456

Browse files
committed
chore: set ci false on script
1 parent e52e149 commit 17ba456

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

gitnote-gui/.env

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
PUBLIC_URL=./
2-
CI=false

gitnote-gui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"scripts": {
2121
"start": "react-scripts start",
22-
"build": "react-scripts build",
22+
"build": "CI=false react-scripts build",
2323
"test": "react-scripts test",
2424
"eject": "react-scripts eject"
2525
},

gitnote-jetbrains/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = "io.cjlee"
11-
version = "0.2.13"
11+
version = "0.2.14"
1212

1313
repositories {
1414
mavenCentral()

0 commit comments

Comments
 (0)