Skip to content

Commit 77035c3

Browse files
committed
chore: npm install ts-node before test
1 parent b343bcf commit 77035c3

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

framework-ts/app/.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: node_js
33
node_js:
44
- '8'
55
install:
6+
- npm i -g ts-node
67
- npm i npminstall && npminstall
78
script:
89
- npm run ci

framework-ts/app/appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ environment:
44

55
install:
66
- ps: Install-Product node $env:nodejs_version
7+
- npm i -g ts-node
78
- npm i npminstall && node_modules\.bin\npminstall
89

910
test_script:

0 commit comments

Comments
 (0)