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

feat: Add exec task and remove packager #50

Merged
merged 3 commits into from
Jan 5, 2024
Merged

feat: Add exec task and remove packager #50

merged 3 commits into from
Jan 5, 2024

Conversation

daffl
Copy link
Member

@daffl daffl commented Jan 5, 2024

This pull request removes the install task and instead adds an exec task to run any arbitrary command:

install(['@feathersjs/feathers'], true)
// Can be rewritten as
exec('npm', ['install', 'feathersjs/feathers'])

@daffl daffl merged commit 8fa4d4e into main Jan 5, 2024
4 checks passed
@daffl daffl deleted the exec-task branch January 5, 2024 21:08
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.

None yet

1 participant