Commit 0146939
committed
polish(auth): Fix 'global' script name syntax
Because:
- Using ':' in script name has a specific meaning in yarn workspaces, which denotes a global script.
- We shouldn't repeat test frame functionality with script names.
This Commit:
- Removes the global script
- Removes test:jest:watch, since you can just pass --watch to yarn, ie `yarn test-jest --watch`
- Removes test:jest:coverage, since you can just pass --coverage to the yarn command.
See https://yarnpkg.com/features/workspaces#global-scripts1 parent 0403c92 commit 0146939
1 file changed
Lines changed: 4 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
45 | 43 | | |
46 | 44 | | |
47 | 45 | | |
| |||
0 commit comments