Skip to content

Commit d6080c2

Browse files
committed
Fix CI
1 parent 6e8b87c commit d6080c2

7 files changed

Lines changed: 8 additions & 245 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ jobs:
6363
git diff --exit-code --quiet HEAD^ -- packages/@uppy/companion/package.json || echo "version=$(jq -r .version < packages/@uppy/companion/package.json)" >> $GITHUB_OUTPUT
6464
6565
- name: Upload `uppy` to CDN
66-
run: corepack yarn run uploadcdn uppy -- --force
66+
run: node packages/uppy/upload-to-cdn.js uppy --force
6767
env:
6868
EDGLY_KEY: ${{secrets.EDGLY_KEY}}
6969
EDGLY_SECRET: ${{secrets.EDGLY_SECRET}}
7070

7171
- name: Upload `@uppy/locales` to CDN if it was released
72-
run: corepack yarn run uploadcdn @uppy/locales -- --force
72+
run: node packages/uppy/upload-to-cdn.js @uppy/locales --force
7373
env:
7474
EDGLY_KEY: ${{secrets.EDGLY_KEY}}
7575
EDGLY_SECRET: ${{secrets.EDGLY_SECRET}}

packages/@uppy/angular/.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,9 @@ testem.log
3939
# System files
4040
.DS_Store
4141
Thumbs.db
42+
43+
# Generated files from prepublishOnly
44+
projects/uppy/angular/.npmignore
45+
projects/uppy/angular/fesm2022/
46+
projects/uppy/angular/index.d.ts
47+
projects/uppy/angular/public-api.d.ts

packages/@uppy/angular/projects/uppy/angular/.npmignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

packages/@uppy/angular/projects/uppy/angular/fesm2022/uppy-angular.mjs

Lines changed: 0 additions & 230 deletions
This file was deleted.

0 commit comments

Comments
 (0)