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: tasks:
build: build:
- cd: "/var/www/html/ikea/current" - cd: "/var/www/html/ikea/current"
- run: "npm install" - run: "yarn install"
- run: "npm run build" - run: "yarn build"
after: after:
deploy:failed: deploy:unlock deploy:failed: deploy:unlock