npc plugin:dev -wc shared.AI doesn't work
Open
@mikeerickson is already working on this.
Since Mar 11, 2023.
- Dominant language
- JavaScript
- Stars
- 204
- Forks
- 82
- Avg merge
- 22h 27m
- Merged PRs (30d)
- 3
Description
This is a little strange.
This command doesn't work as expected (command line flags in the middle). Builds ALL plugins (unexpectedly), instead of the one single plugin I wanted to build (shared.AI):
npc plugin:dev -wc shared.AI
On the other hand, this command works fine (command line flag at the end). Builds one plugin (shared.AI) as expected:
npc plugin:dev shared.AI -wc
Any ideas?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.