Skip to content

Commit 6c7f366

Browse files
committed
chore: add publish script
1 parent 440ebc5 commit 6c7f366

File tree

2 files changed

+2030
-6
lines changed

2 files changed

+2030
-6
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"concurrently": "^9.2.1",
5353
"gulp": "^5.0.1",
5454
"knip": "^5.68.0",
55+
"np": "^10.2.0",
5556
"prettier": "^3.6.2",
5657
"publint": "^0.3.15",
5758
"tsdown": "^0.16.1",
@@ -73,6 +74,7 @@
7374
"lint:publint": "publint",
7475
"prepack": "npm run build",
7576
"prepare": "lefthook install",
77+
"publish:npm": "np --any-branch",
7678
"test": "concurrently --prefix-colors magenta,cyan npm:test:*",
7779
"test:unit": "vitest run",
7880
"test:e2e": "uvu -r tsm e2e"

0 commit comments

Comments
 (0)