Skip to content

Commit

Permalink
"who cares if it errors"
Browse files Browse the repository at this point in the history
  • Loading branch information
paperclover committed Mar 3, 2023
1 parent ead35ee commit 0065b0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/next-metadata/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
rm dist -rf
mkdir dist
pnpm esbuild --bundle src/index.ts --platform=node --format=esm --outfile=dist/index.js
pnpm tsc
pnpm dts-bundle-generator src/index.ts -o dist/index.d.ts --no-banner
pnpm dts-bundle-generator src/index.ts -o dist/index.d.ts --no-banner || true

0 comments on commit 0065b0d

Please sign in to comment.