Skip to content

Commit

Permalink
Merge pull request #681 from vue-a11y/add-nr-to-manage-release
Browse files Browse the repository at this point in the history
Add np dev dependency to facilitate the publishing process
  • Loading branch information
vhoyer committed Jan 13, 2023
2 parents a92380c + 0edfa21 commit aa7e0a8
Show file tree
Hide file tree
Showing 2 changed files with 1,636 additions and 24 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"lint": "eslint --cache .",
"prepublishOnly": "tsc -p tsconfig.build.json",
"test": "jest"
"test": "jest",
"release": "np"
},
"author": "Kevin Newton",
"license": "MIT",
Expand Down Expand Up @@ -42,6 +43,7 @@
"eslint-plugin-eslint-plugin": "^5.0.0",
"husky": "^8.0.1",
"jest": "^29.2.2",
"np": "^7.6.3",
"prettier": "^2.1.1",
"pretty-quick": "^3.1.3",
"ts-jest": "^29.0.3",
Expand Down

0 comments on commit aa7e0a8

Please sign in to comment.