mrseanryan / tslint-folders

:file_folder: Use tslint to check for invalid imports between packages and folders in your TypeScript project. Automatic validation and documentation of package architecture.
MIT License
9 stars 1 forks source link

[build] Fix yarn warning about passing options with `--` on yarn test:prod #33

Open mrseanryan opened 3 years ago

mrseanryan commented 3 years ago

Fix - by not passing options via --

yarn test:prod

$ tslint  --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'
warning 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.