Skip to content

Commit

Permalink
Fixing CI for publishing (#7)
Browse files Browse the repository at this point in the history
* FIX now bundling with Vite to avoid dynamic import issues

* ADD logo imnage support

* FIX PR issues

* Udate dependency

* FIX updating the logo

* ADD auto activate AR with example

* FIX merge conflict

* ENH more reliable way to wait for model viewer to be ready

* changelog and package json update

* Fix CI
  • Loading branch information
jonathanlurie authored Feb 28, 2024
1 parent 91797e7 commit bc51e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run prepare
- run: npm run make
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit bc51e0b

Please sign in to comment.