File tree Expand file tree Collapse file tree 4 files changed +12
-1
lines changed Expand file tree Collapse file tree 4 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -16,3 +16,12 @@ install:
16
16
17
17
script :
18
18
- yarn build
19
+
20
+ - if node bin/checkpack.js webpack -e tests/bad_build.ts --validate; then (exit 1) else (exit 0) fi
21
+ - node bin/checkpack.js webpack -e tests/good_build.ts --validate
22
+
23
+ - if node bin/checkpack.js vanillajs -e tests/bad_build.ts --validate; then (exit 1) else (exit 0) fi
24
+ - node bin/checkpack.js vanillajs -e tests/good_build.ts --validate
25
+
26
+ - if node bin/checkpack.js browserify -e tests/bad_build.ts --validate; then (exit 1) else (exit 0) fi
27
+ - node bin/checkpack.js browserify -e tests/good_build.ts --validate
Original file line number Diff line number Diff line change 1
- Checkpack
1
+ Checkpack [ ![ Build Status ] ( https://travis-ci.org/cursedcoder/checkpack.svg?branch=master )] ( https://travis-ci.org/cursedcoder/checkpack )
2
2
=========
3
3
4
4
Check your library integration with typescript and packagers such as webpack.
Original file line number Diff line number Diff line change
1
+ eval ( 'dis dasnt work*((L' ) ;
Original file line number Diff line number Diff line change
1
+ console . log ( 'hello world' ) ;
You can’t perform that action at this time.
0 commit comments