Skip to content

Commit 77551d7

Browse files
authored
Merge pull request #506 from kdvalin/hotfix/aframe-physics-update
Aframe Physics System update
2 parents edd5b30 + 7e4beda commit 77551d7

5 files changed

Lines changed: 33183 additions & 386 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
path: node_modules
1717
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
1818
- name: Fetch packages
19-
run: npm ci
19+
run: npm install
2020
- name: Run Linter
2121
run: npm run lint
2222
- name: Run unit tests
2323
run: npm test
2424
- name: Build production build
25-
run: npm run build
25+
run: npm run build

0 commit comments

Comments
 (0)