This website requires JavaScript.
Explore
Help
Sign in
novaburst
/
funquail
Watch
1
Star
0
Fork
You've already forked funquail
0
Code
Issues
Pull requests
Releases
Wiki
Activity
342e5ff04d
funquail
/
front
/
scripts
/
utils.sh
5 lines
102 B
Bash
Raw
Normal View
History
Unescape
Escape
chore: clean files using pre-commit
2022-11-18 22:12:21 +01:00
#!/usr/bin/env -S bash -eux
Make scripts more portable
2021-04-07 07:18:17 +00:00
npm_binaries
(
)
{
command
-v yarn > /dev/null
&&
yarn bin
||
npm bin
}
Reference in a new issue
Copy permalink