Skip to content

Commit

Permalink
fix: github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeocfg committed Sep 28, 2023
1 parent 83deb1c commit 046f91d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
#cache: 'npm'
- run: yarn
working-directory: ./frontend
- run: yarn build
working-directory: ./frontend
- run: yarn build:client
- name: ssh deploy on remote server
uses: easingthemes/[email protected]
with:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"server": "concurrently \"nodemon ./backend/server.ts\" \"npm run bot\"",
"back": "nodemon ./backend/server.ts",
"client": "npm start --prefix ./frontend",
"build:client": "npm run build --prefix ./frontend",
"bot": "nodemon ./tg-bot/index.js",
"start:dev": "concurrently \"npm run server\" \"npm run client\""
},
Expand Down

0 comments on commit 046f91d

Please sign in to comment.