npm run build also not working

removed npm run build
This commit is contained in:
Philip
2022-11-02 20:45:29 +01:00
committed by GitHub
parent c151cf2c5d
commit a3254dede4

View File

@@ -39,7 +39,6 @@ jobs:
run: |
npm install --global yarn
yarn install --frozen-lockfile
npm run build
- name: Deploy to IONOS
if: ${{ steps.project.outputs.deployment-enabled == 'true' }}