Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
teamsandpaper01 committed Nov 25, 2022
1 parent 3d4c59c commit 986f234
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/desktop_build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

defaults:
run:
working-directory: desktop_frontend
working-directory: dekstop_frontend

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion dekstop_frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron_setup",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
Expand Down
4 changes: 0 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ services:
- '8081:8081'
depends_on:
- db
<<<<<<< HEAD

=======
>>>>>>> 730d1484aa0a8bada11e687aa468bcf0e34f3418

db:
image: mysql:5.7
Expand Down

0 comments on commit 986f234

Please sign in to comment.