Skip to content

Commit

Permalink
fix: release script
Browse files Browse the repository at this point in the history
  • Loading branch information
ktrz committed Apr 2, 2024
1 parent 834156f commit 9e0d13d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/prepare-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ rm -rf .release
mkdir -p .release

cp action.yml package.json package-lock.json .release/
rsync -R dist/src/*.js .release/
rsync -R -v dist/src/*.js .release/
rsync -R -v dist/src/**/*.js .release/
cp -R node_modules .release/node_modules

git checkout "$version"
Expand Down

0 comments on commit 9e0d13d

Please sign in to comment.