Skip to content

Commit 6286602

Browse files
committed
fix(ci): ensure all CI workflows are updated and shims are staged
1 parent 37e2492 commit 6286602

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,6 @@ jobs:
7272
- name: pnpm audit (prod deps only)
7373
run: pnpm audit --prod
7474

75-
- name: npm pack dry-run
76-
run: npm pack --dry-run --json --workspace anya-ui
75+
- name: pnpm pack dry-run
76+
working-directory: packages/anya-ui
77+
run: pnpm pack --dry-run

packages/anya-ui/experimental.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from './dist/experimental.js';
1+
export * from './dist/core/experimental.js';

packages/anya-ui/experimental.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = require('./dist-cjs/experimental.js');
1+
module.exports = require('./dist-cjs/core/experimental.js');

0 commit comments

Comments
 (0)