mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
change-version script fix
This commit is contained in:
@@ -85,7 +85,10 @@ function main(args) {
|
||||
'node_modules',
|
||||
'vendor',
|
||||
'demo',
|
||||
'dist'
|
||||
'dist',
|
||||
'pages/.jekyll-cache',
|
||||
'.cache',
|
||||
'.idea'
|
||||
]);
|
||||
|
||||
const INCLUDED_EXTENSIONS = new Set([
|
||||
|
||||
Reference in New Issue
Block a user