hexo-theme-ayer/bin/run.sh

7 lines
45 B
Bash
Raw Permalink Normal View History

2023-01-22 21:15:25 +00:00
#!/bin/sh
set -x
set -e
2023-01-22 21:27:54 +00:00
npm i
2023-01-22 21:20:17 +00:00
npm run build
2023-01-22 21:15:25 +00:00