Skip to content

Commit

Permalink
Merge pull request #26 from moe-irfan/chore/cleanup
Browse files Browse the repository at this point in the history
Clean unused packages
  • Loading branch information
irfan798 authored Sep 20, 2023
2 parents 04f5192 + c886d87 commit 0bb3aed
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 32 deletions.
8 changes: 0 additions & 8 deletions .changeset/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/config.json

This file was deleted.

9 changes: 0 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,3 @@ jobs:
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
- run: yarn install --frozen-lockfile

- name: Generate version
id: changesets
uses: changesets/action@v1
with:
version: yarn version-packages
env:
GITHUB_TOKEN: ${{ secrets.GH_MONOREPO_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GH_MONOREPO_TOKEN }}
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
"scripts": {
"start": "lerna run --parallel start",
"commit": "git-cz",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "changeset publish",
"test:update": "lerna run --parallel test:update",
"lint": "yarn eslint . --ext .ts",
"format": "prettier --write \"**/*.{ts,tsx}\"",
Expand All @@ -23,7 +20,6 @@
"test": "jest"
},
"devDependencies": {
"@changesets/cli": "^2.26.0",
"@commitlint/config-conventional": "^12.1.4",
"@types/jest": "^29.5.1",
"@typescript-eslint/eslint-plugin": "^5.59.11",
Expand Down

0 comments on commit 0bb3aed

Please sign in to comment.