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

7 lines
71 B
Text
Raw Normal View History

2015-12-19 21:43:23 +00:00
#!/usr/bin/env bash
set -e
echo ">> Lint JavaScript..."
2015-12-19 22:05:45 +00:00
npm run lint