File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 20
20
"build" : " run-p type-check build-only build-style && run-p build-minify" ,
21
21
"build-minify" : " uglifyjs dist/servicestack-vue.mjs --compress --mangle --webkit -o dist/servicestack-vue.min.mjs" ,
22
22
"build-style" : " postcss src/tailwind.css -o dist/styles.css" ,
23
- "build-copy" : " npm run build && npm run copy-src && npm run copy-diffusion && npm run copy-comfy" ,
23
+ "build-copy" : " npm run build && npm run copy-src && npm run copy-blazor-vue && npm run copy-comfy" ,
24
24
"copy-src" : " shx cp dist/servicestack-vue.min.mjs ../ServiceStack/ServiceStack/src/ServiceStack/js/servicestack-vue.mjs && shx cp dist/servicestack-vue.mjs ../ServiceStack/ServiceStack/tests/NorthwindAuto/wwwroot/lib/mjs/" ,
25
25
"copy-diffusion" : " shx cp dist/servicestack-vue.m* ../../netcore/BlazorDiffusionVue/BlazorDiffusion/wwwroot/lib/mjs/ && shx cp dist/index.d.ts ../../netcore/BlazorDiffusionVue/BlazorDiffusion/wwwroot/lib/typings/@servicestack/vue/" ,
26
26
"copy-creatorkit" : " shx cp dist/servicestack-vue.m* ../../netcore/CreatorKit/CreatorKit/wwwroot/lib/mjs/ && shx cp dist/index.d.ts ../../netcore/CreatorKit/CreatorKit/wwwroot/lib/typings/@servicestack/vue/" ,
You can’t perform that action at this time.
0 commit comments