Skip to content

Commit

Permalink
šŸŖ¢ Merge #22 (stagingā†dev): Major refactor
Browse files Browse the repository at this point in the history
šŸ”§ Refactor: Divide logic for frontend and backend
  • Loading branch information
danielbakas authored Dec 10, 2023
2 parents f082444 + fb1abb3 commit e30a6e3
Show file tree
Hide file tree
Showing 28 changed files with 718 additions and 338 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ jobs:
run: gcloud app deploy app.yaml --project ${{secrets.GCP_PROJECT_ID}} --promote
# - Deployment to 'staging' service
- if: github.ref == 'refs/heads/staging'
name: 4. Deploy to Staging Service
name: 4. Deploy to 'staging' Service
run: gcloud app deploy app.yaml --project ${{secrets.GCP_PROJECT_ID}} --no-promote
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "client",
"author": "Daniel Bakas <daniel@semanytk.com>",
"author": "Daniel Bakas <daniel@semantyk.com>",
"bugs": "https://github.com/semantyk/client/issues",
"description": "Client for semantyk.com | Semantyk",
"license": "CC-BY-NC-SA-4.0",
"maintainers": [
"Daniel Bakas <daniel@semanytk.com>"
"Daniel Bakas <daniel@semantyk.com>"
],
"private": true,
"repository": {
Expand All @@ -22,15 +22,16 @@
"react": "^18.2.0",
"react-bootstrap": "^2.9.1",
"react-dom": "^18.2.0",
"recoil": "^0.7.7"
"recoil": "^0.7.7",
"sharp": "^0.33.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"eslint": "^8.55.0",
"eslint-config-next": "14.0.3",
"next": "^14.0.3",
"next": "^14.0.4",
"vitest": "^1.0.4"
},
"scripts": {
Expand Down
Loading

0 comments on commit e30a6e3

Please sign in to comment.