Skip to content

Commit d1728c0

Browse files
committed
chore: testing pipeline 2
1 parent dab908a commit d1728c0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy_to_azure.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@ jobs:
3131
npm ci
3232
npm run build:prod --if-present
3333
34-
- name: Install raw dependencies for backend
35-
run: |
36-
cd ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}
37-
npm install --omit=dev
38-
3934
- name: Copy built shared package to backend node_modules
4035
run: |
4136
mkdir -p ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}/node_modules/@webmud3
4237
cp -r shared/dist ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}/node_modules/@webmud3/shared
4338
cp shared/package.json ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}/node_modules/@webmud3/shared/
4439
40+
- name: Install raw dependencies for backend
41+
run: |
42+
cd ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}
43+
npm install --omit=dev
44+
4545
- name: "Deploy to Azure Web App"
4646
id: deploy-to-webapp
4747
uses: azure/webapps-deploy@v3

0 commit comments

Comments
 (0)