Skip to content

Commit

Permalink
chore: update script
Browse files Browse the repository at this point in the history
  • Loading branch information
byronogis committed Dec 4, 2024
1 parent addcf76 commit ac29ef5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"build": "unbuild",
"dev": "unbuild --stub",
"lint": "eslint .",
"prepublishOnly": "nr build",
"release": "automd && bumpp && pnpm publish",
"prepublishOnly": "automd && nr build",
"release": "bumpp && pnpm publish",
"start": "esno src/index.ts",
"test": "vitest",
"coverage": "vitest run --coverage",
Expand Down

0 comments on commit ac29ef5

Please sign in to comment.