Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(icons-scripts): glob on windows #922

Merged
merged 1 commit into from
Jun 20, 2024
Merged

Conversation

SevereCloud
Copy link
Contributor

@SevereCloud SevereCloud commented Jun 20, 2024


Описание

Библиотека glob после обновления перестала принимать пути в windows формате. Также в командной строке windows не работают glob паттерны, поэтому tsc не срабатывает

Изменения

  • Используем для библиотеки glob пути в posix формате
  • Используем typescript api вместо запуска tsc

- Fixes #920

---

### Описание

Библиотека glob после обновления перестала принимать пути в windows формате. Также в командной строке windows не работают glob паттерны, поэтому tsc не срабатывает

### Изменения

- Используем для библиотеки glob пути в posix формате
- Используем typescript api вместо запуска tsc
Copy link

👀 Docs deployed

See the docs for this PR at https://vkcom.github.io/icons/pull/922/

Copy link

size-limit report 📦

Path Size
JS 3.88 MB (0%)
JS (gzip) 955.28 KB (0%)
JS (brotli) 685.52 KB (0%)
JS ES6 with Icon16Add only import (tree shaking) 5.66 KB (0%)
SVG 3.74 MB (0%)

Copy link
Contributor

@inomdzhon inomdzhon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@SevereCloud SevereCloud merged commit bc9a752 into master Jun 20, 2024
4 checks passed
@SevereCloud SevereCloud deleted the SevereCloud/issue920 branch June 20, 2024 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Не работает генерация иконок через vkontakte/icons-scripts на Windows
2 participants