Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
GarretTomlin committed Sep 15, 2023
1 parent 8993548 commit 00fda5d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .changeset/six-cycles-battle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"kysely-migrator-cli": minor
---

updates
7 changes: 0 additions & 7 deletions .github/workflows/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ jobs:
DATABASE_URL: 'postgresql://postgres:postgres@localhost:5432/mydb'
run: yarn test

- name: Run packageChanges and publishPackage
run: |
if [ ${{ job.status }} == 'success' ]; then
echo "Build job succeeded, running packageChanges and publishPackage"
else
echo "Build job failed, skipping packageChanges and publishPackage"
fi

packageChanges:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To use create a json file call `migrator.json`

`And it's that simple go straight ahead and create your migrations`

`migrator migrate:create --name test`
`migrator migrate:create test`


Output:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "kysely-migrator-cli",
"module": "commonjs",
"main": "./src/bin/migrator.ts",
"version": "1.0.0",
"version": "1.1.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
File renamed without changes.

0 comments on commit 00fda5d

Please sign in to comment.