Skip to content

Commit b382f93

Browse files
committed
Fix order of commands
1 parent 47f7002 commit b382f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
uses: actions/setup-node@v4
1313
with:
1414
node-version: 20
15+
cache: "yarn"
1516
- name: Setup dependencies
1617
run: |
1718
NODE_ENV=production yarn
18-
cache: "yarn"
1919
- name: Build project
2020
run: |
2121
NODE_ENV=production yarn build

0 commit comments

Comments
 (0)