homepage.js/react/resume/build.sh

6 lines
68 B
Bash
Executable File

#!/bin/sh
rm -rf dist/*
yarn run build
mv dist ../../public/static