Replies: 1 comment
|
Task already has support for |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
npm requires using
--for passing flags to npm scripts (e.g.npm run-script build -- --production) while yarn and pnpm are more forgiving (pnpm run-script build --production) works.I think Task should also allow this
All reactions