Skip to content

Commit

Permalink
feat: let np help publish
Browse files Browse the repository at this point in the history
  • Loading branch information
lcysgsg committed Jul 21, 2022
1 parent ca92ab9 commit 8feff33
Show file tree
Hide file tree
Showing 2 changed files with 1,726 additions and 21 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "axios adapter for uni-app.",
"main": "index.js",
"scripts": {
"test": "jest"
"test": "jest",
"prepublishOnly": "np --no-cleanup --yolo --no-publish --any-branch"
},
"keywords": [
"axios",
Expand All @@ -27,6 +28,7 @@
},
"devDependencies": {
"eslint": "^7.11.0",
"jest": "^26.5.3"
"jest": "^26.5.3",
"np": "^7.6.2"
}
}
Loading

0 comments on commit 8feff33

Please sign in to comment.