Skip to content

Commit

Permalink
Fix npm publishing config
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Dec 19, 2023
1 parent 4117b92 commit ed4b47e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 29 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 @@ -50,4 +50,4 @@ jobs:
# Version bump, release, tag a new version on GitHub
- name: Release new version of NPM packages
shell: bash
run: npx [email protected] publish ${{ inputs.version_bump }} --yes --no-private --loglevel=verbose --dist-tag=${{ inputs.dist_tag }} --force-publish
run: npx [email protected] publish ${{ inputs.version_bump }} --yes --no-private --loglevel=verbose --dist-tag=${{ inputs.dist_tag }}
26 changes: 0 additions & 26 deletions packages/php-wasm/compile/package.json

This file was deleted.

2 changes: 1 addition & 1 deletion packages/php-wasm/fs-journal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"publishConfig": {
"access": "public",
"directory": "../../../dist/packages/php-wasm/universal"
"directory": "../../../dist/packages/php-wasm/fs-journal"
},
"type": "module",
"main": "./index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"publishConfig": {
"access": "public",
"directory": "../../../dist/packages/playground/client"
"directory": "../../../dist/packages/playground/sync"
},
"license": "GPL-2.0-or-later",
"type": "module",
Expand Down

0 comments on commit ed4b47e

Please sign in to comment.