Skip to content

Commit

Permalink
Merge branch 'main' into fix/pick-berries
Browse files Browse the repository at this point in the history
  • Loading branch information
sdilauro committed Sep 27, 2024
2 parents 49ce7bf + 16f0ef8 commit 3a168fd
Show file tree
Hide file tree
Showing 6 changed files with 6,750 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: 18.x
- name: install dependecies
working-directory: ./scene
run: npm i
run: npm ci
- name: build
working-directory: ./scene
run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: install
working-directory: ./scene
run: npm i
run: npm ci

- name: build
working-directory: ./scene
Expand Down
1 change: 0 additions & 1 deletion scene/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
node_modules
package-lock.json
*.js
bin/
.DS_Store
Expand Down
Loading

0 comments on commit 3a168fd

Please sign in to comment.