Skip to content

Commit

Permalink
fix transpile command
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio committed Sep 27, 2023
1 parent 270c006 commit df08dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/upgradeable/transpile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ npx @openzeppelin/upgrade-safe-transpiler@latest -D \
-p 'contracts/**/presets/**/*' \
-n \
-N 'contracts/mocks/**/*' \
-q '@openzeppelin/contracts'
-q '@openzeppelin/'

# delete compilation artifacts of vanilla code
npm run clean

0 comments on commit df08dd7

Please sign in to comment.