Skip to content

Commit

Permalink
update publish script name and update uvol
Browse files Browse the repository at this point in the history
  • Loading branch information
HexaField committed Mar 4, 2023
1 parent 9d3417a commit cbc6728
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ jobs:
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Publish to npm
run: npm run publish-no-verify
run: npm run publish-npm
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"prepare-database": "cross-env APP_ENV=production PREPARE_DATABASE=true EXIT_ON_DB_INIT=true ts-node --swc packages/server/src/index.ts",
"pretest": "cross-env TEST=true npm run dev-reinit",
"publish": "lerna publish from-package --yes --registry https://registry.npmjs.org",
"publish-no-verify": "lerna publish from-package --yes --no-verify-access --ignore-scripts --registry https://registry.npmjs.org",
"publish-npm": "lerna publish from-package --yes --no-verify-access --ignore-scripts --registry https://registry.npmjs.org",
"publish-github": "lerna publish from-package --yes --no-verify-access --ignore-scripts --registry https://npm.pkg.github.com",
"list-client-s3-files-to-delete": "cross-env APP_ENV=production ts-node --swc scripts/get-deletable-client-files.ts",
"delete-old-s3-files": "cross-env APP_ENV=production ts-node --swc scripts/delete-old-s3-files.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@dimforge/rapier3d-compat": "0.11.1",
"@etherealengine/common": "^1.1.3",
"@etherealengine/hyperflux": "^1.1.3",
"@etherealengine/volumetric": "1.0.11",
"@etherealengine/volumetric": "^1.1.0",
"@etherealengine/xrui": "^1.1.3",
"@pixiv/three-vrm": "^1.0.0-beta.8",
"@tweenjs/tween.js": "^18.6.4",
Expand Down

0 comments on commit cbc6728

Please sign in to comment.