Skip to content

Commit

Permalink
chore: tweak the release script
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Nov 12, 2023
1 parent 333ef29 commit b793b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ echo "refreshing dependencies"
rm npm-shrinkwrap.json
APPIUM_SKIP_CHROMEDRIVER_INSTALL=1 npm run clean-dependency
npm install --production
npm prune --production
npm prune --omit=dev --omit=peer
rm -rf node_modules/appium
npm shrinkwrap

Expand Down

0 comments on commit b793b0e

Please sign in to comment.