Compile and lint TypeScript on AppVeyor
This commit is contained in:
parent
d7b845326d
commit
b8bbed3ec9
1 changed files with 2 additions and 0 deletions
|
@ -12,8 +12,10 @@ install:
|
|||
- yarn install --frozen-lockfile
|
||||
|
||||
build_script:
|
||||
- yarn transpile
|
||||
- yarn nsp check
|
||||
- yarn eslint
|
||||
- yarn tslint
|
||||
- yarn test-server
|
||||
- yarn lint
|
||||
- yarn run icon-gen
|
||||
|
|
Loading…
Add table
Reference in a new issue