Skip to content

Commit 9d3ceba

Browse files
committed
also include weex tests in npm test
1 parent 12870be commit 9d3ceba

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

build/ci.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
set -e
2-
npm run lint
3-
npm run flow
4-
npm run test:types
5-
npm run test:cover
6-
npm run test:e2e -- --env phantomjs
7-
npm run test:ssr
8-
npm run test:weex
2+
npm test
93

104
# report coverage stats for non-PRs
115
if [[ -z $CI_PULL_REQUEST ]]; then

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"build": "node build/build.js",
2323
"build:ssr": "npm run build -- vue.runtime.common.js,vue-server-renderer",
2424
"build:weex": "npm run build -- weex-vue-framework,weex-template-compiler",
25-
"test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr",
25+
"test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr && npm run test:weex",
2626
"test:unit": "karma start build/karma.unit.config.js",
2727
"test:cover": "karma start build/karma.cover.config.js",
2828
"test:e2e": "npm run build -- vue.min.js && node test/e2e/runner.js",

0 commit comments

Comments
 (0)