Skip to content

Commit 897756a

Browse files
committed
test
1 parent 5814888 commit 897756a

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/frontend-ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,9 @@ jobs:
2323
uses: actions/setup-node@v4
2424
with:
2525
node-version: "20"
26-
cache: "npm"
27-
cache-dependency-path: "./frontend/package-lock.json"
2826

2927
- name: Install dependencies
30-
run: npm ci
28+
run: npm install
3129

3230
- name: Format Check (Lint)
3331
run: npm run lint -- --max-warnings=0
@@ -36,4 +34,4 @@ jobs:
3634

3735
- name: Build Check
3836
run: npm run build
39-
# Verification that the Next.js application builds successfully.
37+
# Verification that the Next.js application builds successfully.

contract/Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/app/globals.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
:root {
66
--background: #ffffff;
77
--foreground: #171717;
8-
/* test ci */
8+
/* test ci ---- */
99
/* shadcn/ui design system variables */
1010
--card: 0 0% 100%;
1111
--card-foreground: 222.2 84% 4.9%;

0 commit comments

Comments
 (0)