pay-respects/rules/yarn.toml

11 lines
166 B
TOML
Raw Normal View History

command = "yarn"
[[match_err]]
pattern = [
"error `install` has been replaced with `add` to add new dependencies."
]
suggest = [
'''
yarn add {{command[2:]}} '''
]