Skip to content

Commit 8d42485

Browse files
committed
types
1 parent 8dd86e5 commit 8d42485

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/run-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55

66
jobs:
7-
container-job:
7+
parser-tests:
88
runs-on: ubuntu-latest
99
container: node:20.12.0-alpine
1010

packages/deparser/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@
4848
"@pgsql/parser": "^17.0.0"
4949
},
5050
"dependencies": {
51-
"@pgsql/types": "^17.0.0",
52-
"dotty": "^0.1.0",
53-
"pgsql-enums": "^17.0.0"
51+
"@pgsql/types": "^17.0.0"
5452
}
5553
}

0 commit comments

Comments
 (0)