Skip to content

Commit 5728a45

Browse files
V2 Addon Conversion (#511)
* V2 Addon Conversion * auto-import / broccoli support * Add rollup build, now demo works * import the occluded-content.css * Build the addon before running tests * Lockfile (post-rebase) * Fix all eslint violations * remove todos from the eslint upgrade * Don't change the range on raf-scheduler
1 parent 953c899 commit 5728a45

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+480
-2151
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020
- uses: wyvox/action-setup-pnpm@v3
21+
- run: pnpm build
22+
working-directory: vertical-collection
2123
- run: pnpm lint
2224

2325
test:
@@ -28,6 +30,8 @@ jobs:
2830
steps:
2931
- uses: actions/checkout@v4
3032
- uses: wyvox/action-setup-pnpm@v3
33+
- run: pnpm build
34+
working-directory: vertical-collection
3135
- run: pnpm test
3236
working-directory: test-app
3337

@@ -41,6 +45,8 @@ jobs:
4145
- uses: wyvox/action-setup-pnpm@v3
4246
with:
4347
args: --no-lockfile
48+
- run: pnpm build
49+
working-directory: vertical-collection
4450
- run: pnpm test
4551
working-directory: test-app
4652

@@ -65,6 +71,8 @@ jobs:
6571
steps:
6672
- uses: actions/checkout@v4
6773
- uses: wyvox/action-setup-pnpm@v3
74+
- run: pnpm build
75+
working-directory: vertical-collection
6876
- name: Ember-Try Setup
6977
run: node_modules/.bin/ember try:one ${{ matrix.try-scenario }} --skip-cleanup --- pnpm test
7078
working-directory: test-app

0 commit comments

Comments
 (0)