Replies: 1 comment
-
Task already has support for |
Beta Was this translation helpful? Give feedback.
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
Beta Was this translation helpful? Give feedback.
All reactions