Skip to content

Commit

Permalink
chore(cli): Publish @fern-api/snippets-core
Browse files Browse the repository at this point in the history
  • Loading branch information
amckinney committed Dec 5, 2024
1 parent f2e3288 commit 526eee9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/snippets/core/build.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ async function main() {
minify: true,
dts: true,
outDir: 'dist',
external: [
// Exclude the optional dependencies that aren't supported in the browser.
'prettier',
'@redocly/openapi-core'
],
tsconfig: "./build.tsconfig.json"
});

Expand Down

0 comments on commit 526eee9

Please sign in to comment.