Skip to content

Commit e8b5412

Browse files
authored
fix: fix security issues (#130)
* fix: drop unused `wee_alloc` * fix: update storybook * fix: update paths
1 parent 35a3709 commit e8b5412

File tree

6 files changed

+9322
-2269
lines changed

6 files changed

+9322
-2269
lines changed

.github/workflows/node-test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ name: Unit Test - Node
33
on:
44
pull_request:
55
paths:
6-
- "kql/**"
76
- "ui/**"
8-
- "prql-ui/**"
7+
- "prql-js/**"
98
- "prql-browser/**"
109
- "protos/**"
10+
- "package-lock.json"
11+
- "package.json"
1112

1213
jobs:
1314
unit-test:

0 commit comments

Comments
 (0)