From bc51e0b48db5a2fe14fff1f916af757121b93475 Mon Sep 17 00:00:00 2001 From: Jonathan Lurie Date: Wed, 28 Feb 2024 15:08:00 +0100 Subject: [PATCH] Fixing CI for publishing (#7) * 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 --- .github/workflows/npm-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 1589bfb..7cd1538 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -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}} \ No newline at end of file