mirror of
https://github.com/liriliri/eruda.git
synced 2026-02-22 10:57:52 +08:00
4 lines
53 B
Bash
4 lines
53 B
Bash
#!/usr/bin/env bash
|
|
set -e
|
|
npm run lint
|
|
npm run build |