Skip to content

Commit

Permalink
chore: enable automd
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Oct 5, 2024
1 parent 5820182 commit 2ea153a
Show file tree
Hide file tree
Showing 3 changed files with 304 additions and 5 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# unbuild

[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![Github Actions][github-actions-src]][github-actions-href]
[![Codecov][codecov-src]][codecov-href]
<!-- automd:badges -->

[![npm version](https://img.shields.io/npm/v/unbuild)](https://npmjs.com/package/unbuild)
[![npm downloads](https://img.shields.io/npm/dm/unbuild)](https://npm.chart.dev/unbuild)

<!-- /automd -->

> A unified JavaScript build system
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"build": "pnpm unbuild",
"dev": "pnpm unbuild test/fixture",
"lint": "eslint . && prettier -c src test examples",
"lint:fix": "eslint --fix . && prettier -w src test examples",
"lint:fix": "automd && eslint --fix . && prettier -w src test examples",
"prepack": "pnpm unbuild",
"release": "pnpm test && changelogen --release --prerelease --publish --publishTag rc && git push --follow-tags",
"stub": "pnpm unbuild --stub",
Expand Down Expand Up @@ -59,6 +59,7 @@
"@babel/plugin-transform-class-properties": "^7.25.7",
"@types/node": "^22.7.4",
"@vitest/coverage-v8": "^2.1.2",
"automd": "^0.3.10",
"changelogen": "^0.5.7",
"eslint": "^9.12.0",
"eslint-config-unjs": "^0.4.1",
Expand Down
Loading

0 comments on commit 2ea153a

Please sign in to comment.