test in cd

This commit is contained in:
Arthur Wambst 2025-06-11 16:07:31 +02:00 committed by Arthur Wambst
parent 88bc33ec3e
commit f01566f826
No known key found for this signature in database
2 changed files with 7 additions and 0 deletions

View File

@ -18,5 +18,6 @@ jobs:
ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
- run: cd banquise-website
- run: ls
- run: npm ci
- run: npm run build

6
package-lock.json generated Normal file
View File

@ -0,0 +1,6 @@
{
"name": "website-front",
"lockfileVersion": 3,
"requires": true,
"packages": {}
}