hexo-theme-ayer/bin/run.sh

7 lines
62 B
Bash
Raw Normal View History

2023-01-22 21:15:25 +00:00
#!/bin/sh
set -x
set -e
npm install --production
npm run dev