6 lines
48 B
Text
6 lines
48 B
Text
|
|
#!/bin/sh -e
|
||
|
|
|
||
|
|
cd "$RUN_DIR"
|
||
|
|
|
||
|
|
npm run eslint src
|