hexo-theme-ayer/bin/run.sh

8 lines
78 B
Bash
Raw Normal View History

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