Skip to content

Commit

Permalink
chore: remove np
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgao365 committed Jul 1, 2024
1 parent 9341f25 commit 55ac252
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1,467 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"lint:eslint": "eslint \"{src,test}/**/*.ts\" *.{js,cjs,ts} --fix --cache",
"lint:prettier": "prettier --write .",
"prepare": "husky install",
"prepublishOnly": "npm run build && np --any-branch --no-yarn --yolo --no-publish --message \"chore: release v%s\""
"prepublishOnly": "pnpm build"
},
"dependencies": {
"@tomjs/unzip-crx": "^1.1.0"
Expand All @@ -67,7 +67,6 @@
"husky": "^8.0.3",
"jest": "^29.7.0",
"lint-staged": "^15.2.0",
"np": "^9.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.1.1",
"rimraf": "^5.0.5",
Expand All @@ -78,5 +77,6 @@
},
"peerDependencies": {
"electron": ">=12.0.0"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 55ac252

Please sign in to comment.