Skip to content

Commit

Permalink
Merge pull request #29 from FriedRiceNoodles/ci/release
Browse files Browse the repository at this point in the history
fix: fixed publish command
  • Loading branch information
FriedRiceNoodles authored Feb 22, 2024
2 parents db448e3 + 76d4d63 commit 4247980
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: changesets/action@v1
with:
commit: 'chore(release): release by changesets'
publish: cd packages/banana && pnpm publish && cd ../banana-react && pnpm publish
publish: pnpm publish:all
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 1 addition & 0 deletions packages/banana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"build": "rimraf umd && rimraf dist && rimraf node && rollup -c ../../rollup.config.mjs && pnpm run tsc && pnpm run cem",
"cem": "custom-elements-manifest analyze --config \"custom-elements-manifest.config.js\"",
"dev": "rollup -c ../../rollup.config.dev.mjs -p ../../scripts/rollup-plugin-copy-types.js -w --no-watch.clearScreen",
"publish:all": "cd packages/banana && pnpm publish && cd ../banana-react && pnpm publish",
"test": "web-test-runner",
"tsc": "rimraf types && npx tsc --project ./tsconfig.types.json && node ./copyTypesToDist.cjs"
},
Expand Down

0 comments on commit 4247980

Please sign in to comment.