mirror of
https://github.com/liriliri/eruda.git
synced 2026-03-20 09:38:37 +08:00
4 lines
53 B
Bash
4 lines
53 B
Bash
#!/usr/bin/env bash
|
|
set -e
|
|
npm run lint
|
|
npm run build |