-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add preprocess to published files array #84
Add preprocess to published files array #84
Conversation
add preprocess to published files
Why did |
I agree that including the entire |
Well I am using the latest npm v7 and lockfile v2. Someone else committed an old lockfile before. |
@mihar-22 Please merge and publish a new version. I think this time it is correct :) |
I added one more commit. |
Somehow the lockfile is v1 again. Is NPM doing this? |
Ah I know why... I always try to run the tests but they fail on Node 16/NPM 7 due to SASS compiler not working with that version on the new ARMx64 architecture. So after that fails I switch to Node 14 and it works. It's the only way I can verify tests. I'll move releases to CI to resolve this, but we need to ensure commits follow standard semantic-release conventions, so probabaly need to add commitlint. |
The tests do run in the CI, too. But a release from the CI would be very nice :) |
add preprocess to published files
Fixes #81