diff --git a/.github/workflows/release-package.yml b/.github/workflows/release-package.yml index 67973c782..695314eb6 100644 --- a/.github/workflows/release-package.yml +++ b/.github/workflows/release-package.yml @@ -33,6 +33,6 @@ jobs: - name: Publish 🚀 shell: bash - run: pnpm publish packages/{${{ env.filters }}} --access public --no-git-checks + run: pnpm publish --filter=packages/{${{ env.filters }}} --access public --no-git-checks env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/package.json b/package.json index b409ed709..ae212fde5 100644 --- a/package.json +++ b/package.json @@ -30,8 +30,7 @@ "gen:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md", "reinstall": "rimraf pnpm-lock.yaml && rimraf package.lock.json && rimraf node_modules && npm run bootstrap", "test:gzip": "npx http-server dist --cors --gzip -c-1", - "test:br": "npx http-server dist --cors --brotli -c-1", - "p": "pnpm publish --filter \"./packages/{test,vite-plugin-msw}\" --access public --no-git-checks" + "test:br": "npx http-server dist --cors --brotli -c-1" }, "dependencies": { "@admin-pkg/vite-plugin-msw": "workspace:*", diff --git a/packages/test/package.json b/packages/test/package.json index 87525260a..997a20d2a 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -1,6 +1,6 @@ { "name": "@admin-pkg/test", - "version": "1.0.2", + "version": "1.0.3", "description": "", "main": "index.js", "scripts": {