Skip to content

Commit 7fe57e2

Browse files
authored
Merge pull request #1411 from rit-construct-makerspace/main
Memory Fixes
2 parents 42c468c + d61937d commit 7fe57e2

131 files changed

Lines changed: 6247 additions & 12358 deletions

File tree

Some content is hidden

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

.github/workflows/backend.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ jobs:
5757

5858
- name: Install Node modules
5959
run: npm ci
60-
- name: Install Client Node Modules
61-
run: cd client && npm ci
6260
- name: Lint Server
6361
run: npm run lint
6462
# Don't fail build on errors (bc the entire build would fail rn)

.github/workflows/frontend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
with:
2929
node-version: "20"
3030
cache: npm
31-
cache-dependency-path: client/package-lock.json
31+
cache-dependency-path: package-lock.json
3232

3333
- name: Install Node modules
34-
run: cd client && npm ci
34+
run: npm ci
3535

3636
- name: Build Frontend
3737
run: cd client && npm run build

0 commit comments

Comments
 (0)