Skip to content

Commit

Permalink
Update azure-static-web-apps-lemon-glacier-048ee240f.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samyakkkk authored Jul 5, 2024
1 parent 62d2290 commit dd1cff5
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ jobs:
with:
submodules: true
lfs: false
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
- name: Change to app directory
run: cd ./commanddash_web_app
- name: Install dependencies
run: npm install
working-directory: ./commanddash_web_app
- name: Build And Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
Expand Down

0 comments on commit dd1cff5

Please sign in to comment.