Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6390e9 commit 9cd852fCopy full SHA for 9cd852f
1 file changed
.github/workflows/loradb-docs.yml
@@ -24,6 +24,7 @@ on:
24
pull_request:
25
paths:
26
- "apps/loradb.com/**"
27
+ - "packages/lora-query/**"
28
- ".github/workflows/loradb-docs.yml"
29
release:
30
types: [released]
@@ -53,6 +54,16 @@ jobs:
53
54
steps:
55
- uses: actions/checkout@v5
56
57
+ - uses: ./.github/actions/setup-rust
58
+ with:
59
+ cache-key: loradb-docs-ubuntu
60
+ targets: wasm32-unknown-unknown
61
+
62
+ - name: Install wasm-pack
63
+ uses: jetli/[email protected]
64
65
+ version: "v0.14.0"
66
67
- uses: ./.github/actions/setup-node-yarn
68
with:
69
node-version: "20"
@@ -61,6 +72,9 @@ jobs:
72
working-directory: .
73
run: corepack yarn install --immutable
74
75
+ - name: Build @loradb/lora-query
76
+ run: corepack yarn workspace @loradb/lora-query build
77
78
- name: Build site
79
run: corepack yarn run build
80
0 commit comments