homepage.js/react/resume/build.sh

6 lines
68 B
Bash
Raw Normal View History

2023-03-10 08:05:46 +01:00
#!/bin/sh
rm -rf dist/*
yarn run build
mv dist ../../public/static