mirror of
https://github.com/cpvalente/ontime.git
synced 2026-07-26 10:38:55 +00:00
remove pkg bundling of cli
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user