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 4f73ef4 commit 940932fCopy full SHA for 940932f
.github/workflows/cd.yml
@@ -85,11 +85,11 @@ jobs:
85
run: |
86
case "$PACKAGE_NAME" in
87
"@deepnote/sql-parser")
88
- cd packages/sql-parser && yarn build
+ yarn workspace @deepnote/sql-parser build
89
;;
90
"@deepnote/sqlint")
91
92
- cd ../sqlint && yarn build
+ yarn build:sqlint
93
94
"@deepnote/sql-language-server")
95
yarn npm:prepublish
0 commit comments