Skip to content

Commit

Permalink
fix sdk package issue
Browse files Browse the repository at this point in the history
  • Loading branch information
leanmendoza committed Sep 20, 2024
1 parent 81bdc76 commit 16dc807
Show file tree
Hide file tree
Showing 6 changed files with 6,747 additions and 10 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 16dc807

Please sign in to comment.