Skip to content

Commit 0edfa21

Browse files
committed
➕ Add np dev dependency to facilitate the publishing process
1 parent a92380c commit 0edfa21

File tree

2 files changed

+1636
-24
lines changed

2 files changed

+1636
-24
lines changed

Diff for: package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"scripts": {
77
"lint": "eslint --cache .",
88
"prepublishOnly": "tsc -p tsconfig.build.json",
9-
"test": "jest"
9+
"test": "jest",
10+
"release": "np"
1011
},
1112
"author": "Kevin Newton",
1213
"license": "MIT",
@@ -42,6 +43,7 @@
4243
"eslint-plugin-eslint-plugin": "^5.0.0",
4344
"husky": "^8.0.1",
4445
"jest": "^29.2.2",
46+
"np": "^7.6.3",
4547
"prettier": "^2.1.1",
4648
"pretty-quick": "^3.1.3",
4749
"ts-jest": "^29.0.3",

0 commit comments

Comments
 (0)