This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
oriment/scripts/runtests

6 lines
71 B
Bash
Executable file

#!/usr/bin/env bash
set -e
echo ">> Lint JavaScript..."
npm run lint