mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 16:22:55 -07:00
tsc to ver 3.0.1 !wip
This commit is contained in:
parent
48705f2ea0
commit
873c0d7da7
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ install:
|
||||||
# Get the latest stable version of Node.js or io.js
|
# Get the latest stable version of Node.js or io.js
|
||||||
- ps: Install-Product node $env:nodejs_version
|
- ps: Install-Product node $env:nodejs_version
|
||||||
|
|
||||||
- cmd: set path=%programfiles(x86)%\\Microsoft SDKs\TypeScript\2.2;%path%
|
- cmd: set path=%programfiles(x86)%\\Microsoft SDKs\TypeScript\3.0.1;%path%
|
||||||
- cmd: tsc -v
|
- cmd: tsc -v
|
||||||
build_script:
|
build_script:
|
||||||
- ps: ./build.ps1 --settings_skipverification=true
|
- ps: ./build.ps1 --settings_skipverification=true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue