Skip to content

Commit 10db06c

Browse files
Merge pull request #197 from DefGuard/dev
UI 2.0
2 parents 11fdd93 + ebb3527 commit 10db06c

File tree

353 files changed

+6867
-14296
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

353 files changed

+6867
-14296
lines changed

.github/workflows/lint-web.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
run: |
3737
npm i -g pnpm
3838
pnpm i --frozen-lockfile
39+
- name: Build translations
40+
working-directory: ./web
41+
run: pnpm dlx @inlang/paraglide-js compile --project ./project.inlang --outdir ./src/paraglide
3942
- name: Lint
4043
working-directory: ./web
4144
run: pnpm lint

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,12 @@ jobs:
117117
with:
118118
version: 10
119119

120-
- name: Use Node.js 24
120+
- name: Use Node.js
121121
uses: actions/setup-node@v4
122122
with:
123123
node-version: 24
124+
cache: "pnpm"
125+
cache-dependency-path: ./web/pnpm-lock.yaml
124126

125127
- name: Install frontend dependencies
126128
run: pnpm install --ignore-scripts --frozen-lockfile

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
.envrc
66
/node_modules
77
.env
8+
.DS_Store

0 commit comments

Comments
 (0)