mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-08 14:34:13 +08:00
4 lines
71 B
JavaScript
4 lines
71 B
JavaScript
#!/usr/bin/env node
|
|
|
|
process.exit(require("../test/lint").ok ? 0 : 1);
|