Refactoring code, improving CI and removing unused dependencies. #8
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
vitepress
to v1.1.4. Only update to this version, because updating from v1.2.0 to the current one causes an error “[ERR_MODULE_NOT_FOUND]” on build.actions/checkout
to v4.*-lock
files from .gitignore. Adding them will speed up installation in CI and installation on the computer.Install and Build
step into 2 separate ones for better log readability.actions/setup-node
with NPM caching of dependencies.plop
- it is not used.@vkontakte/icons
- the dependency weighs 20mb and only one icon is used. I replaced it with a similar one from Phoshpor collection.unocsss
- theunocss
classes were only used in one component, and not many of them, so I replaced them with a CSS implementation.@xobityi/scrollbar-width
- replaced by native implementation