We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc2113 commit 52e1ca1Copy full SHA for 52e1ca1
deploy.sh
@@ -3,6 +3,8 @@ set -euo pipefail
3
4
deploy_repo=~/repos/deploy/coderstats.github.io
5
6
+npm run build
7
+
8
logya gen
9
cp -r public/* "$deploy_repo"
10
cd "$deploy_repo"
0 commit comments