Skip to content

Commit 596257c

Browse files
committed
build: add weex factory dev script
1 parent 62405aa commit 596257c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"dev:test": "karma start test/unit/karma.dev.config.js",
2020
"dev:ssr": "rollup -w -c build/config.js --environment TARGET:web-server-renderer",
2121
"dev:compiler": "rollup -w -c build/config.js --environment TARGET:web-compiler ",
22-
"dev:weex": "rollup -w -c build/config.js --environment TARGET:weex-framework ",
22+
"dev:weex": "rollup -w -c build/config.js --environment TARGET:weex-framework",
23+
"dev:weex:factory": "rollup -w -c build/config.js --environment TARGET:weex-factory",
2324
"dev:weex:compiler": "rollup -w -c build/config.js --environment TARGET:weex-compiler ",
2425
"build": "node build/build.js",
2526
"build:ssr": "npm run build -- web-runtime-cjs,web-server-renderer",

0 commit comments

Comments
 (0)