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 900a0a5 commit fe4f34cCopy full SHA for fe4f34c
.github/workflows/build-wasm-no-docker.yaml
@@ -12,6 +12,7 @@ jobs:
12
with:
13
node-version: 20.x
14
cache: yarn
15
+ working-directory: libpg-query
16
- name: Install and Build 🚀
17
run: |
18
yarn
.github/workflows/build-wasm.yml
@@ -15,6 +15,7 @@ jobs:
node-version: '20.x'
cache: 'yarn'
19
20
- name: Install Dependencies 🧶
21
run: yarn install
.github/workflows/ci.yml
@@ -20,6 +20,7 @@ jobs:
22
23
24
25
26
@@ -53,6 +54,7 @@ jobs:
53
54
55
56
57
58
59
60
0 commit comments