Switch to npm

Signed-off-by: Max Schmidt <max.schmidt@outlook.de>
This commit is contained in:
Max Schmidt
2023-07-28 16:23:49 +02:00
parent f5ac068147
commit ce5bf1edf0
16 changed files with 25021 additions and 11095 deletions

View File

@ -26,4 +26,4 @@ jobs:
key: ${{ secrets.KEY }}
script: |
cd ${{ secrets.PATH }}
yarn prod astro
npm run prod astro

View File

@ -70,5 +70,5 @@ jobs:
key: ${{ secrets.KEY }}
script: |
cd ${{ secrets.PATH }}
yarn prod payload
yarn prod astro
npm run prod payload
npm run prod astro