fix(ci): remove unused flag
This commit is contained in:
parent
626db1ee16
commit
e86e0d3c8e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -106,7 +106,7 @@ jobs:
|
|||
CI: true
|
||||
|
||||
- name: Build Packages
|
||||
run: pnpm run build --force
|
||||
run: pnpm run build
|
||||
|
||||
- name: Upload Package Artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
|
|
Loading…
Reference in a new issue