Skip to content
Snippets Groups Projects
Commit 3884a074 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

debug comments

parent 18d20566
No related branches found
No related tags found
No related merge requests found
Pipeline #394450 failed
...@@ -13,6 +13,15 @@ build: ...@@ -13,6 +13,15 @@ build:
- apt-get update && apt-get install -y libpangocairo-1.0-0 - apt-get update && apt-get install -y libpangocairo-1.0-0
- yarn install --frozen-lockfile - yarn install --frozen-lockfile
- echo "$VITE_TEAM_NAME" - echo "$VITE_TEAM_NAME"
- echo "Environment variables:"
- printenv
- echo "Node version:"
- node -v
- echo "npm version:"
- npm -v
- echo "Installed packages:"
- yarn list
script: script:
- yarn build - yarn build
- mv dist public - mv dist public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment