forked from philorg/treetrail-frontend
CI: store built package (dict/) as artifact
This commit is contained in:
parent
d905a5c261
commit
ca9fc055fa
1 changed files with 9 additions and 1 deletions
|
@ -4,6 +4,7 @@ jobs:
|
||||||
runs-on: container
|
runs-on: container
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: pnpm/action-setup@v4
|
- uses: pnpm/action-setup@v4
|
||||||
name: Install pnpm
|
name: Install pnpm
|
||||||
with:
|
with:
|
||||||
|
@ -18,4 +19,11 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pnpm install
|
run: pnpm install
|
||||||
|
|
||||||
- run: ng build
|
- name: Build package (transpile ts => js)
|
||||||
|
run: ng build
|
||||||
|
|
||||||
|
- name: Store build
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: Package
|
||||||
|
path: dist/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue