This commit is contained in:
@@ -9,7 +9,12 @@
|
||||
"Bash(xargs -I {} git log --oneline -1 {})",
|
||||
"Bash(ls -la data)",
|
||||
"Bash(ls *.db)",
|
||||
"Bash(find . -name \"cpas.db\" -not -path \"*/node_modules/*\")"
|
||||
"Bash(find . -name \"cpas.db\" -not -path \"*/node_modules/*\")",
|
||||
"Bash(npm run *)",
|
||||
"Bash(npm install *)",
|
||||
"Bash(node -e \"require\\('./auth.js'\\); console.log\\('auth.js OK'\\)\")",
|
||||
"Bash(node --check auth.js)",
|
||||
"Bash(node --check db/database.js)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user