mirror of
https://gitlab.com/mickie1/share-freedom-extension
synced 2025-01-30 02:05:42 +01:00
4 lines
60 B
Bash
4 lines
60 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
echo "Running eslint... 👀"
|
||
|
npm run code:lint
|