Skip to content

Commit 16a7ce8

Browse files
committed
chore: bump np
1 parent 497e755 commit 16a7ce8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
4343
"test": "vitest --watch false",
4444
"coverage": "vitest run --coverage",
45-
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
45+
"prepublishOnly": "npm run compile && rc-np",
4646
"lint": "eslint src/ --ext .tsx,.ts",
4747
"tsc": "tsc -p tsconfig.json --noEmit",
4848
"now-build": "npm run docs:build",
@@ -61,6 +61,7 @@
6161
},
6262
"devDependencies": {
6363
"@rc-component/father-plugin": "^2.0.1",
64+
"@rc-component/np": "^1.0.3",
6465
"@testing-library/jest-dom": "^6.4.0",
6566
"@testing-library/react": "^12.1.5",
6667
"@types/enzyme": "^3.10.5",
@@ -88,7 +89,6 @@
8889
"jsdom": "^25.0.0",
8990
"less": "^4.1.3",
9091
"lint-staged": "^15.1.0",
91-
"np": "^10.0.1",
9292
"prettier": "^3.1.0",
9393
"rc-animate": "^3.0.0",
9494
"rc-dropdown": "~4.0.1",

0 commit comments

Comments
 (0)