File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 3
3
- " 4"
4
4
- " 5"
5
5
- " 6"
6
-
7
- after_script :
8
- - npm run demo
9
- - npm run lint-output
10
- - npm run test
Original file line number Diff line number Diff line change 9
9
"demo" : " npm run build -- -o=electron.d.ts" ,
10
10
"prepublish" : " npm run demo && npm run test-output" ,
11
11
"lint-output" : " tslint -c tslint.json -t verbose electron.d.ts --fix" ,
12
- "test" : " mocha && standard && npm run test-output && npm run lint-output" ,
12
+ "test" : " mocha && standard && npm run demo && npm run test-output && npm run lint-output" ,
13
13
"pretest-output" : " npm run build -- -o=test-smoke/electron/index.d.ts && cd test-smoke/electron/test && rm -f *.js" ,
14
14
"test-output" : " tslint electron.d.ts --format stylish && cd test-smoke/electron && tsc --project tsconfig.json" ,
15
15
"prepack" : " check-for-leaks" ,
You can’t perform that action at this time.
0 commit comments