From eef14df8d0c693b747af6add3efdeb32bbdba5d4 Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Tue, 1 Nov 2022 15:59:06 +0100 Subject: [PATCH] Update '.woodpecker.yml' --- .woodpecker.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index fc610f7..aeef3a8 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,6 +2,7 @@ pipeline: build: image: node:16 commands: + - cd frontend - npm i - npm run build publish: @@ -9,6 +10,7 @@ pipeline: secrets: - meli_api_token commands: + - cd frontend - npm i - npm run build - npx -p "@getmeli/cli" meli upload .output/public --url https://meli.xeovalyte.dev --site 1e43e574-3eea-4e90-8c52-8a9bcab54f3a --token $$MELI_API_TOKEN --branch "main"