Skip to content
This repository was archived by the owner on Dec 9, 2023. It is now read-only.

Commit 1437c14

Browse files
committed
chore(projects): remove bumpp & add soy release
1 parent 2d70630 commit 1437c14

File tree

2 files changed

+15
-38
lines changed

2 files changed

+15
-38
lines changed

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,14 @@
4646
"node": ">=12.0.0"
4747
},
4848
"scripts": {
49-
"build": "unbuild",
49+
"build": "npx typecheck unbuild",
5050
"lint": "eslint . --fix",
5151
"format": "soy prettier-format",
5252
"commit": "soy git-commit",
5353
"cleanup": "soy cleanup",
5454
"update-pkg": "soy update-pkg",
55-
"update-version": "bumpp --commit --push --tag",
5655
"publish-pkg": "pnpm -r publish --access public",
57-
"release": "pnpm update-version && pnpm build && pnpm publish-pkg",
56+
"release": "pnpm soy release && pnpm build && pnpm publish-pkg",
5857
"typecheck": "tsc --noEmit"
5958
},
6059
"dependencies": {
@@ -66,10 +65,8 @@
6665
"ohmyfetch": "0.4.21"
6766
},
6867
"devDependencies": {
69-
"@soybeanjs/cli": "0.4.2",
68+
"@soybeanjs/cli": "0.5.0",
7069
"@types/node": "20.2.5",
71-
"bumpp": "9.1.0",
72-
"changelogen": "^0.5.3",
7370
"eslint": "8.42.0",
7471
"eslint-config-soybeanjs": "0.4.8",
7572
"simple-git-hooks": "2.8.1",

pnpm-lock.yaml

Lines changed: 12 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)