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 4242 "setup" : " npm run submodules && ts-patch install" ,
4343 "start" : " ./node_modules/.bin/ntl -A -s 15 -o" ,
4444 "submodules" : " git submodule update --init" ,
45+ "submodules.update" : " git submodule -q foreach git pull -q origin master && git add ." ,
4546 "sync" : " node ./tools/sync.js" ,
4647 "update" : " node ./tools/update.js" ,
4748 "doc" : " node tools/builddoc.mjs"
8081 "demo.svelte.ios" : " Runs the Svelte demo on iOS." ,
8182 "demo.vue.android" : " Runs the Vue demo on Android." ,
8283 "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." ,
8386 "watch" : " Watch for changes in the plugin source and re-build."
8487 }
8588 },
8689 "workspaces" : [
8790 " packages/*" ,
8891 " demo-vue" ,
92+ " demo-vue3" ,
8993 " demo-ng" ,
9094 " demo-svelte" ,
9195 " demo-react" ,
You can’t perform that action at this time.
0 commit comments