Skip to content

Commit

Permalink
fix: build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganitzsh committed Oct 31, 2023
1 parent 1148fc4 commit cd75eec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
set -ex

# Workaround https://github.com/zeit/ncc/issues/457.
mv tsconfig.production.json tsconfig.temp.json
mv tsconfig.json tsconfig.json
mv tsconfig.json tsconfig.temp.json
mv tsconfig.production.json tsconfig.json

ncc build src/index.ts \
--external @semantic-release/changelog \
Expand Down

0 comments on commit cd75eec

Please sign in to comment.