Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ npx diffbudget init
# score uncommitted changes against HEAD
npx diffbudget scan --base HEAD --output .diffbudget/latest

# short alias for the same CLI
npx dbudget scan --base HEAD --output .diffbudget/latest

# fail with exit code 2 when the patch exceeds budget
npx diffbudget scan --base HEAD --strict

Expand Down Expand Up @@ -105,6 +108,8 @@ npm test
npm run check
npm run build
npm run smoke
npm run package:smoke
npm run release:check
bash scripts/validate.sh
```

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"files": [
"dist",
"README.md",
"LICENSE"
"LICENSE",
"SECURITY.md"
],
"scripts": {
"build": "tsc",
Expand Down