This website requires JavaScript.
Explore
Help
Sign In
blek
/
homepage.js
Watch
1
Star
0
Fork
You've already forked homepage.js
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
32d3a128b6
homepage.js
/
react
/
resume
/
build.sh
7 lines
100 B
Bash
Raw
Normal View
History
Unescape
Escape
put resume on pug page
2023-03-10 08:05:46 +01:00
#!/bin/sh
rm -rf dist/*
yarn run build
replace static/dist instead of moving
2023-03-11 02:43:05 +01:00
rm -rf ../../public/static/dist
put resume on pug page
2023-03-10 08:05:46 +01:00
mv dist ../../public/static