"chore: update frontend dev script to include lint checks and add ESLint config file"
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
yarn --dev
|
||||
|
||||
while true; do
|
||||
yarn --dev
|
||||
|
||||
# yarn tsc:print
|
||||
yarn lint:print
|
||||
|
||||
yarn dev --force --clearScreen
|
||||
|
||||
|
Reference in New Issue
Block a user