Skip to content

Commit

Permalink
chore: set ci false on script
Browse files Browse the repository at this point in the history
  • Loading branch information
cjlee38 committed Sep 23, 2024
1 parent e52e149 commit 17ba456
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion gitnote-gui/.env
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
PUBLIC_URL=./
CI=false
2 changes: 1 addition & 1 deletion gitnote-gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build": "CI=false react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
Expand Down
2 changes: 1 addition & 1 deletion gitnote-jetbrains/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "io.cjlee"
version = "0.2.13"
version = "0.2.14"

repositories {
mavenCentral()
Expand Down

0 comments on commit 17ba456

Please sign in to comment.