Skip to content

Commit

Permalink
Merge pull request #229 from TheJacksonLaboratory/release/1.8.3
Browse files Browse the repository at this point in the history
Release/1.8.3
  • Loading branch information
iimpulse authored Dec 27, 2022
2 parents 705994a + b1fa10d commit 259258e
Show file tree
Hide file tree
Showing 16 changed files with 451,952 additions and 917,949 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The following guide provides the steps for an out-of-the-box setup for the Human

+ War creation with a gradle task.

./gradlew clean war -Dgrails.env=[stage, gcp, prod]>
./gradlew clean war -Dgrails.env=[stage, gcp, production]>
Will output a war to ./build/libs/

Expand Down
4 changes: 3 additions & 1 deletion client/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@
}
}
},
"defaultProject": "hpo",
"schematics": {
"@schematics/angular:component": {
"prefix": "app",
Expand All @@ -136,5 +135,8 @@
"@schematics/angular:directive": {
"prefix": "app"
}
},
"cli": {
"analytics": false
}
}
Loading

0 comments on commit 259258e

Please sign in to comment.