* [html5] update start  command for develop

Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/ab9ef1b2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/ab9ef1b2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/ab9ef1b2

Branch: refs/heads/master
Commit: ab9ef1b24f65fd7f8edb858556d103f5e08634eb
Parents: a64ce53
Author: erha19 <faterr...@gmail.com>
Authored: Fri Sep 22 17:03:33 2017 +0800
Committer: erha19 <faterr...@gmail.com>
Committed: Fri Sep 22 17:03:33 2017 +0800

----------------------------------------------------------------------
 start | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/ab9ef1b2/start
----------------------------------------------------------------------
diff --git a/start b/start
index 435df74..eeb965e 100755
--- a/start
+++ b/start
@@ -3,9 +3,8 @@
 THIS_DIR=$(dirname "$0")
 pushd "$THIS_DIR"
 
-npm run build:native
-npm run build:browser
+npm run build
 npm run serve &
-npm run dev:examples
+npm run dev:examples:web
 
 popd

Reply via email to