Add CI key

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-12-30 13:08:22 +01:00
parent 638e8c152e
commit 50eb71af3c

View File

@@ -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