Skip to content

Commit f22dc53

Browse files
committed
fix: use enforce pre
1 parent 54d1083 commit f22dc53

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/chilly-ravens-reflect.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@hey-api/rollup-plugin': patch
3+
---
4+
5+
fix: use enforce pre

packages/rollup-plugin/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export function heyApiPlugin(options?: {
1010
buildStart: async () => {
1111
await createClient(options?.config);
1212
},
13+
enforce: 'pre',
1314
name: 'hey-api-plugin',
1415
};
1516
}

0 commit comments

Comments
 (0)