Skip to content

Commit

Permalink
Replace changesets to simplify specific versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbouchenoire committed Jul 8, 2024
1 parent 52e3854 commit 7e8a208
Show file tree
Hide file tree
Showing 5 changed files with 10,503 additions and 13,148 deletions.
8 changes: 0 additions & 8 deletions .changeset/config.json

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/version.yml

This file was deleted.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,17 @@
"test": "turbo test",
"test:coverage": "turbo test:coverage",
"lint": "pnpm prettier '*.{json,md,yml}' && turbo lint",
"change": "pnpm changeset",
"version": "pnpm changeset version && pnpm install --no-frozen-lockfile",
"release": "turbo build --filter=symbolist && pnpm changeset publish"
"release": "turbo release"
},
"devDependencies": {
"@changesets/cli": "^2.26.0",
"@marcbouchenoire/eslint-config": "^2.8.1",
"@marcbouchenoire/prettier-config": "^1.1.0",
"@types/node": "^18.11.18",
"eslint": "^8.31.0",
"husky": "4.3.8",
"lerna": "^6.4.0",
"nano-staged": "^0.8.0",
"np": "^7.6.3",
"prettier": "^2.8.2",
"tsatsiki": "^2.0.1",
"tsm": "^2.3.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/symbolist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"generate": "tsm scripts/generate.ts && pnpm prettier 'src/data/*.{ts,json}'",
"prepublishOnly": "pnpm build",
"test": "uvu --require tsm tests",
"test:coverage": "nyc --temp-dir=.nyc.log --include=src pnpm test && nyc report --temp-dir=.nyc.log --reporter=lcov"
"test:coverage": "nyc --temp-dir=.nyc.log --include=src pnpm test && nyc report --temp-dir=.nyc.log --reporter=lcov",
"release": "pnpm login && np"
},
"devDependencies": {
"@types/listr": "^0.14.4",
Expand Down
Loading

0 comments on commit 7e8a208

Please sign in to comment.