Skip to content

Commit

Permalink
Migrate from GCS to AWS
Browse files Browse the repository at this point in the history
  • Loading branch information
Beksultan committed Aug 12, 2024
1 parent d24a61b commit 7342416
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 5 additions & 3 deletions frontend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ task assemble(type: NpmTask) {
args = ['run', 'build']
}

task install(type: NpmTask) {
args = ['install', '@babel/core@^7.16.0', '--save-dev']
}

assemble.doLast {
println "Merging frontend"

Expand All @@ -34,8 +38,6 @@ assemble.doLast {
}

assemble.dependsOn npmInstall
npmInstall.dependsOn install
npmInstall.dependsOn npmSetup
npmSetup.dependsOn nodeSetup



4 changes: 4 additions & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,13 @@
"eject": "react-scripts eject"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"http-proxy-middleware": "^2.0.2",
"lodash": "^4.17.20"
},
"overrides": {
"caniuse-lite": "1.0.30001632"
},
"browserslist": {
"production": [
">0.2%",
Expand Down

0 comments on commit 7342416

Please sign in to comment.