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 Build Process #198

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from
Open

Fix Build Process #198

wants to merge 9 commits into from

Conversation

manuth
Copy link

@manuth manuth commented Mar 26, 2022

Currently, this extension reports an error when installing it initially. That's because rimraf isn't installed in the preinstall state.
Executing npx rimraf instead will download rimraf temporarily to run this command, if it doesn't exist yet.

Thus, changes made in this PR will fix the build process
Furthermore, outdated package.json-settings and dependencies were replaced.

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.

1 participant