Skip to content

Commit 940932f

Browse files
committed
udapte the build commands.
1 parent 4f73ef4 commit 940932f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ jobs:
8585
run: |
8686
case "$PACKAGE_NAME" in
8787
"@deepnote/sql-parser")
88-
cd packages/sql-parser && yarn build
88+
yarn workspace @deepnote/sql-parser build
8989
;;
9090
"@deepnote/sqlint")
91-
cd packages/sql-parser && yarn build
92-
cd ../sqlint && yarn build
91+
yarn workspace @deepnote/sql-parser build
92+
yarn build:sqlint
9393
;;
9494
"@deepnote/sql-language-server")
9595
yarn npm:prepublish

0 commit comments

Comments
 (0)