Skip to content

Commit b91237a

Browse files
committed
sst ci
1 parent 4c4fe59 commit b91237a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sst.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626

2727
-
2828
name: Install dependencies
29-
run: npm install
29+
run: cd ./client && npm install
3030

3131
-
3232
name: Install SST
33-
run: npm install --global @serverless-stack/cli
33+
run: cd ./client && npm install --global @serverless-stack/cli
3434

3535
-
3636
name: Deploy SST

0 commit comments

Comments
 (0)