Multiple fixes
* PDO shell improvements: .query command, -r and --db on command line to read commands from file or preselect database. * Updated build scripts and readme
This commit is contained in:
+6
-2
@@ -4,14 +4,18 @@
|
||||
".spark/local/*"
|
||||
],
|
||||
"scripts": {
|
||||
"version": [
|
||||
"check-version": [
|
||||
".spark/build/update-version.sh"
|
||||
],
|
||||
"package": [
|
||||
".spark/build/package.sh"
|
||||
],
|
||||
"phar": [
|
||||
".spark/build/phar.sh"
|
||||
],
|
||||
"build": [
|
||||
"@version",
|
||||
"@check-version",
|
||||
"@phar",
|
||||
"@package"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user