mirror of
https://github.com/AirenSoft/OvenPlayer.git
synced 2025-03-14 10:15:51 +00:00
7 lines
156 B
Bash
Executable File
7 lines
156 B
Bash
Executable File
#!/bin/sh
|
|
|
|
rm -rf dist/production/ovenplayer
|
|
npm run build
|
|
cp src/assets/OvenPlayerFlash.swf dist/production/ovenplayer
|
|
git add dist/production/ovenplayer
|