Skip to content

Commit

Permalink
feat: mkdist -> unbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoppippi committed Aug 6, 2024
1 parent 3bb0eb7 commit d3f3bba
Show file tree
Hide file tree
Showing 2 changed files with 2,436 additions and 15 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@
"author": "ryoppippi",
"license": "MIT",
"keywords": [],
"bin": {
"pkg-to-jsr": "dist/index.mjs"
},
"scripts": {
"build": "mkdist -d",
"build": "unbuild",
"typecheck": "tsc --noEmit",
"release": "nr typecheck && nr test run && nr build && nlx bumpp && npm publish",
"lint": "eslint --cache .",
Expand All @@ -20,6 +23,8 @@
"@ryoppippi/eslint-config": "npm:@jsr/ryoppippi__eslint-config@^0.0.21",
"eslint": "^9.8.0",
"eslint-plugin-format": "^0.1.2",
"typescript": "^5.5.4"
"typescript": "^5.5.4",
"unbuild": "^2.0.0",
"vitest": "^2.0.5"
}
}
Loading

0 comments on commit d3f3bba

Please sign in to comment.