File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
" src"
11
11
],
12
12
"scripts" : {
13
- "dev" : " TARGET=web-standalone-dev rollup --w - -c build/config.js" ,
13
+ "dev" : " TARGET=web-standalone-dev rollup -w -c build/config.js" ,
14
14
"dev:test" : " karma start build/karma.dev.config.js" ,
15
- "dev:ssr" : " TARGET=web-server-renderer rollup --w - -c build/config.js" ,
16
- "dev:compiler" : " TARGET=web-compiler rollup --w - -c build/config.js" ,
15
+ "dev:ssr" : " TARGET=web-server-renderer rollup -w -c build/config.js" ,
16
+ "dev:compiler" : " TARGET=web-compiler rollup -w -c build/config.js" ,
17
17
"build" : " node build/build.js" ,
18
18
"build:ssr" : " npm run build -- vue.common.js,vue-server-renderer" ,
19
19
"test" : " npm run lint && flow check && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr" ,
You can’t perform that action at this time.
0 commit comments