Skip to content

Commit 1780b1f

Browse files
committed
build: fix weex build
1 parent aa1356e commit 1780b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"dev:weex:compiler": "rollup -w -c build/config.js --environment TARGET:weex-compiler ",
2424
"build": "node build/build.js",
2525
"build:ssr": "npm run build -- web-runtime-cjs,web-server-renderer",
26-
"build:weex": "npm run build -- weex-framework,weex-compiler",
26+
"build:weex": "npm run build -- weex",
2727
"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",
2828
"test:unit": "karma start test/unit/karma.unit.config.js",
2929
"test:cover": "karma start test/unit/karma.cover.config.js",

0 commit comments

Comments
 (0)