remove pkg bundling of cli

This commit is contained in:
2024-06-11 15:58:38 -05:00
parent 4962288a53
commit 837fd53dfd
5 changed files with 6443 additions and 5141 deletions
-10
View File
@@ -42,16 +42,6 @@ jobs:
- name: Copy external
run: cp -R apps/server/src/external apps/cli/external
- name: Build CLI
run: pnpm build:cli
- name: Release Binary
uses: softprops/action-gh-release@v1
with:
files: './apps/cli/dist/*'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Publish to NPM
run: pnpm publish --access public
env: