We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c29464d commit e18344fCopy full SHA for e18344f
scripts/README.md
@@ -5,7 +5,7 @@ The scripts follow GitHub's ["Scripts to Rule Them All"](https://github.com/gith
5
Call them from the root of the project, e.g. `./scripts/lint.sh`.
6
7
* `scripts/lint.sh` - Run the automated code linting/formatting tools.
8
+* `scripts/piccolo.sh` - Run the Piccolo CLI on the example project in the `tests` folder.
9
* `scripts/release.sh` - Publish package to PyPI.
10
* `scripts/test-postgres.sh` - Run the test suite with Postgres.
11
* `scripts/test-sqlite.sh` - Run the test suite with SQLite.
-* `scripts/piccolo.sh` - Run the Piccolo CLI on the example project in the `tests` folder.
scripts/tests.sh
0 commit comments