Yarn package
Some checks are pending
deploy / deploy (push) Waiting to run

This commit is contained in:
2024-01-03 21:49:27 +01:00
parent 2f407d9530
commit 9d98ad7a10

View File

@@ -12,8 +12,8 @@ hosts:
tasks:
build:
- cd: "/var/www/html/ikea/current"
- run: "npm install"
- run: "npm run build"
- run: "yarn install"
- run: "yarn build"
after:
deploy:failed: deploy:unlock