File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments