You can help to see if you can do some code style checks such as tslint during yarn build
Asked
Active
Viewed 40 times
-4
-
https://stackoverflow.com/help/how-to-ask – Daniel W Strimpel Apr 16 '18 at 02:54
-
What is this here supposed to be? A question? – Apr 16 '18 at 04:47
1 Answers
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