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
|
- yarn install --frozen-lockfile
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
|
- yarn transpile
|
||||||
- yarn nsp check
|
- yarn nsp check
|
||||||
- yarn eslint
|
- yarn eslint
|
||||||
|
- yarn tslint
|
||||||
- yarn test-server
|
- yarn test-server
|
||||||
- yarn lint
|
- yarn lint
|
||||||
- yarn run icon-gen
|
- yarn run icon-gen
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue