File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,4 @@ addons:
13
13
chrome : stable
14
14
sauce_connect : true
15
15
script :
16
- - npm run test:size
17
- - npm run test
18
- - npm run test:ci
16
+ - npm run test && npm run test:ci
Original file line number Diff line number Diff line change 18
18
"lint" : " eslint ." ,
19
19
"precommit" : " lint-staged" ,
20
20
"publish" : " npm run test && grunt publish" ,
21
- "test" : " npm run lint && grunt build.test && npm run test:unit && npm run test:integration && npm run test:typescript" ,
21
+ "test" : " npm run lint && npm run test:size && grunt build.test && npm run test:unit && npm run test:integration && npm run test:typescript" ,
22
22
"test:unit" : " mocha-chrome test/index.html" ,
23
23
"test:integration" : " mocha-chrome test/integration/index.html --chrome-flags '[\" --disable-web-security\" ]' --ignore-resource-errors --ignore-exceptions" ,
24
24
"test:typescript" : " tsc --noEmit --noImplicitAny typescript/raven-tests.ts" ,
You can’t perform that action at this time.
0 commit comments