Skip to content

Commit a985f98

Browse files
authored
Update prod.yml (#33)
1 parent 6bd3423 commit a985f98

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/prod.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ jobs:
2929

3030
- name: 🔨 Build Project
3131
run: |
32-
yarn install
33-
yarn build
32+
corepack enable
33+
yarn set version 4.9.1
34+
yarn
35+
yarn build-stage
3436
3537
- name: 📂 Deploy to Server
3638
uses: easingthemes/ssh-deploy@main
@@ -42,4 +44,4 @@ jobs:
4244
REMOTE_USER: u106957989
4345
REMOTE_PORT: '65002'
4446
TARGET: domains/codedthemes.com/public_html/demos/admin-templates/datta-able/react/free
45-
EXCLUDE: '/build/'
47+
EXCLUDE: '/build/'

0 commit comments

Comments
 (0)