Compile and lint TypeScript on AppVeyor

pull/1/head
Daniel Gasienica 7 years ago
parent d7b845326d
commit b8bbed3ec9

@ -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…
Cancel
Save