Skip to content

Commit

Permalink
fix: voices copy for github should hopefully work
Browse files Browse the repository at this point in the history
  • Loading branch information
VehpuS committed Mar 8, 2024
1 parent c9145ab commit e780994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion musicxml-singer-with-oddvoices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build-oddvoices": "git submodule update --init --recursive; cd ./src/oddvoices; make -C cpp; cd ../../",
"dev": "npm run build-oddvoices; vite",
"build": "tsc && npm run build-oddvoices && vite build && cp -r ./voices ./dist/voices",
"build-github-pages": "tsc && VITE_BASE=singing-synthesis npm run build-oddvoices && vite build --base /singing-synthesis && mkdir -p ./dist/singing-synthesis && cp -r ./dist/*.* ./dist/singing-synthesis/ && cp -r ./dist/assets ./dist/singing-synthesis/ && cp -r ./voices ./dist/voices && cp -r ./dist/voices ./dist/singing-synthesis/voices",
"build-github-pages": "tsc && VITE_BASE=singing-synthesis npm run build-oddvoices && vite build --base /singing-synthesis && mkdir -p ./dist/singing-synthesis && cp -r ./dist/*.* ./dist/singing-synthesis/ && cp -r ./dist/assets ./dist/singing-synthesis/ && rm -r ./dist/voices && cp -r ./voices ./dist/voices && cp -r ./dist/voices ./dist/singing-synthesis/voices",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
Expand Down

0 comments on commit e780994

Please sign in to comment.