-
Notifications
You must be signed in to change notification settings - Fork 1
feat(NGUI-321): Publish package to NPM #1
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
base: main
Are you sure you want to change the base?
Conversation
@Hrithik-Gavankar @anujrajak what are your thoughts on externalizing Patternfly dependencies and its CSS. I think this package should be super lightweight and right now I'm getting a little over 2MB unzipped with |
"lint": "eslint .", | ||
"preview": "vite preview", | ||
"prepack": "cp -f ../../LICENSE ./LICENSE" | ||
"prepack": "cp -f ../../LICENSE ./LICENSE", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
../../LICENSE
should be probably removed as well
on: | ||
push: | ||
tags: | ||
- 'v*' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not big fan of having "v" as prefix in tags.
https://issues.redhat.com/browse/NGUI-321
Summary of changes: