diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index de4984d9f..da16e9748 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -21,6 +21,8 @@ jobs: run: | npm ci - name: build + env: + RELATIVE_CI_KEY: nextcloud/deck run: | mkdir -p js npm run build --if-present -- --profile --json | tail -n +6 > js/webpack-stats.json