Skip to content

Commit

Permalink
remove node_modules in publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Feb 3, 2024
1 parent a4e576f commit 0df52b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions publish-github-action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ do
sed -E -i "s/(\"azle\": \")(.*)(\")/\1$VERSION\3/" package.json
npm install

rm -rf node_modules

cd $root_dir
done

Expand Down

0 comments on commit 0df52b5

Please sign in to comment.