3
.github/workflows/nodejs.yml
vendored
3
.github/workflows/nodejs.yml
vendored
@@ -22,7 +22,8 @@ jobs:
|
|||||||
npm ci
|
npm ci
|
||||||
- name: build
|
- name: build
|
||||||
env:
|
env:
|
||||||
RELATIVE_CI_KEY: nextcloud/deck
|
RELATIVE_CI_KEY: ${{ secrets.RELATIVE_CI_KEY }}
|
||||||
|
RELATIVE_CI_SLUG: nextcloud/deck
|
||||||
run: |
|
run: |
|
||||||
mkdir -p js
|
mkdir -p js
|
||||||
npm run build --if-present -- --profile --json | tail -n +6 > js/webpack-stats.json
|
npm run build --if-present -- --profile --json | tail -n +6 > js/webpack-stats.json
|
||||||
|
|||||||
Reference in New Issue
Block a user