File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 42
42
"setup" : " npm run submodules && ts-patch install" ,
43
43
"start" : " ./node_modules/.bin/ntl -A -s 15 -o" ,
44
44
"submodules" : " git submodule update --init" ,
45
+ "submodules.update" : " git submodule -q foreach git pull -q origin master && git add ." ,
45
46
"sync" : " node ./tools/sync.js" ,
46
47
"update" : " node ./tools/update.js" ,
47
48
"doc" : " node tools/builddoc.mjs"
80
81
"demo.svelte.ios" : " Runs the Svelte demo on iOS." ,
81
82
"demo.vue.android" : " Runs the Vue demo on Android." ,
82
83
"demo.vue.ios" : " Runs the Vue demo on iOS." ,
84
+ "demo.vue3.android" : " Runs the Vue3 demo on Android." ,
85
+ "demo.vue3.ios" : " Runs the Vue3 demo on iOS." ,
83
86
"watch" : " Watch for changes in the plugin source and re-build."
84
87
}
85
88
},
86
89
"workspaces" : [
87
90
" packages/*" ,
88
91
" demo-vue" ,
92
+ " demo-vue3" ,
89
93
" demo-ng" ,
90
94
" demo-svelte" ,
91
95
" demo-react" ,
You can’t perform that action at this time.
0 commit comments