mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
11 lines
166 B
TOML
11 lines
166 B
TOML
|
|
command = "yarn"
|
||
|
|
|
||
|
|
[[match_err]]
|
||
|
|
pattern = [
|
||
|
|
"error `install` has been replaced with `add` to add new dependencies."
|
||
|
|
]
|
||
|
|
suggest = [
|
||
|
|
'''
|
||
|
|
yarn add {{command[2:]}} '''
|
||
|
|
]
|