You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Prevents interpreting run options as yarn options (#4152)
* Prevents interpreting run options as yarn options
* Implements a deprecation warning
* Adds tests
* Feedback
* Wording
* Enables a test on Linux
* Disables the tests again on Windows
Copy file name to clipboardExpand all lines: src/reporters/lang/en.js
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -188,6 +188,7 @@ const messages = {
188
188
189
189
execMissingCommand: 'Missing command name.',
190
190
191
+
dashDashDeprecation: `From Yarn 1.0 onwards, scripts don't require "--" for options to be forwarded. In a future version, any explicit "--" will be forwarded as-is to the scripts.`,
191
192
commandNotSpecified: 'No command specified.',
192
193
binCommands: 'Commands available from binary scripts: ',
0 commit comments