Skip to content

Commit

Permalink
chore: Remove extraneous packages
Browse files Browse the repository at this point in the history
Signed-off-by: Gordon Smith <[email protected]>
  • Loading branch information
GordonSmith committed Nov 19, 2024
1 parent 7d6b930 commit add2c24
Show file tree
Hide file tree
Showing 856 changed files with 13,853 additions and 2,434,433 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,11 @@ jobs:
- name: Lint
if: ${{ github.event_name == 'pull_request' || steps.release.outputs.release_created }}
run: |
npm run lint-all
npm run lint
- name: Build
if: ${{ github.event_name == 'pull_request' || steps.release.outputs.release_created }}
run: |
npm run stamp-all
npm run build
- name: Install Test Dependencies
Expand Down Expand Up @@ -103,14 +102,14 @@ jobs:
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}

- name: push stamped release
if: ${{ steps.release.outputs.release_created }}
run: |
git config user.name github-actions[bot]
git config user.email 4104672+github-actions[bot]@users.noreply.github.com
git remote add gh-token "https://${{ secrets.GITHUB_TOKEN}}@github.com/yargs/yargs.git"
git commit -a -m 'chore: stamp files for release'
git push origin
# - name: push stamped release
# if: ${{ steps.release.outputs.release_created }}
# run: |
# git config user.name github-actions[bot]
# git config user.email 4104672+github-actions[bot]@users.noreply.github.com
# git remote add gh-token "https://${{ secrets.GITHUB_TOKEN}}@github.com/yargs/yargs.git"
# git commit -a -m 'chore: stamp files for release'
# git push origin

- name: Publish
if: ${{ steps.release.outputs.release_created }}
Expand Down
47 changes: 0 additions & 47 deletions .vitepress/config.ts

This file was deleted.

19 changes: 0 additions & 19 deletions .vitepress/theme/index.ts

This file was deleted.

80 changes: 0 additions & 80 deletions .vscode/launch.json

This file was deleted.

81 changes: 0 additions & 81 deletions .vscode/tasks.json

This file was deleted.

Loading

0 comments on commit add2c24

Please sign in to comment.