OvenPlayer/build

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