Skip to content

Commit

Permalink
chore: add pre/release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
zSoulweaver committed Jan 27, 2024
1 parent 00ec806 commit aaeac3e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,13 @@
"build": "tsup",
"dev": "pnpm --filter playground dev",
"docs:dev": "tsup-node --config tsup-typedoc.config.ts && typedoc && vitepress dev docs",
"docs:build": "tsup-node --config tsup-typedoc.config.ts &&typedoc && vitepress build docs",
"docs:build": "tsup-node --config tsup-typedoc.config.ts && typedoc && vitepress build docs",
"docs:preview": "vitepress preview docs",
"changelog": "changelogen --output --release --prerelease",
"lint": "eslint ."
"lint": "eslint .",
"changelog:prerelease": "changelogen --output --release --prerelease",
"changelog:release": "changelogen --output --release",
"prerelease": "pnpm changelog:prerelease && pnpm publish",
"release": "pnpm changelog:release && pnpm publish"
},
"dependencies": {
"@deepkit/type": "1.0.1-alpha.105",
Expand Down

0 comments on commit aaeac3e

Please sign in to comment.