Skip to content

Commit

Permalink
change-version: remove vendor, add resources (#32917)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jan 28, 2021
1 parent e036e60 commit a838571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/change-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function main(args) {
'.git',
'_gh_pages',
'node_modules',
'vendor'
'resources'
])
const INCLUDED_EXTENSIONS = new Set([
// This extension allowlist is how we avoid modifying binary files
Expand Down

0 comments on commit a838571

Please sign in to comment.