-4

You can help to see if you can do some code style checks such as tslint during yarn build

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62

1 Answers1

0

such as tslint during yarn build

Add a prebuild script target. Any prefoo script would run if you run yarn foo. Same for build

basarat
  • 261,912
  • 58
  • 460
  • 511