Skip to content

Commit

Permalink
add: pack script & rename build script
Browse files Browse the repository at this point in the history
  • Loading branch information
doubleactii committed Jan 1, 2025
1 parent 6656ceb commit c58782b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,17 @@
"homepage": "https://github.com/EvitcaStudio/Kit",
"license": "MIT",
"scripts": {
"prepublishOnly": "bun run build-all",
"prepublishOnly": "bun run build",
"test": "bun test ./tests",
"lint": "bun eslint ./src",
"pack": "bun pm pack --dry-run",
"build-types": "bun tsc",
"build-dist": "bun bun-build.ts",
"build": "bun bun-build.ts",
"build-docs": "bun typedoc ./src/index.ts ./src/types/shared-types.ts",
"build-all": "bun run build-types && bun run build-dist && bun run build-docs"
"build-all": "bun run build-types && bun run build && bun run build-docs"
},
"bin": {
"kit": "./lib/bundle/cli/cli.js"
"kit": "lib/bundle/cli/cli.js"
},
"devDependencies": {
"@eslint/create-config": "1.4.0",
Expand Down

0 comments on commit c58782b

Please sign in to comment.