Explorar o código

build: add weex factory dev script

Evan You %!s(int64=8) %!d(string=hai) anos
pai
achega
596257cf6f
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      package.json

+ 2 - 1
package.json

@@ -19,7 +19,8 @@
     "dev:test": "karma start test/unit/karma.dev.config.js",
     "dev:ssr": "rollup -w -c build/config.js --environment TARGET:web-server-renderer",
     "dev:compiler": "rollup -w -c build/config.js --environment TARGET:web-compiler ",
-    "dev:weex": "rollup -w -c build/config.js --environment TARGET:weex-framework ",
+    "dev:weex": "rollup -w -c build/config.js --environment TARGET:weex-framework",
+    "dev:weex:factory": "rollup -w -c build/config.js --environment TARGET:weex-factory",
     "dev:weex:compiler": "rollup -w -c build/config.js --environment TARGET:weex-compiler ",
     "build": "node build/build.js",
     "build:ssr": "npm run build -- web-runtime-cjs,web-server-renderer",