Skip to content

Commit de974bc

Browse files
committed
chore: bump release pkg
1 parent f7f4eb2 commit de974bc

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
@@ -39,7 +39,7 @@
3939
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
4040
"test": "rc-test",
4141
"test:coverage": "umi-test --coverage",
42-
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
42+
"prepublishOnly": "npm run compile && rc-np",
4343
"lint": "eslint src/ --ext .tsx,.ts",
4444
"lint:tsc": "tsc -p tsconfig.json --noEmit",
4545
"now-build": "npm run docs:build"
@@ -54,6 +54,7 @@
5454
},
5555
"devDependencies": {
5656
"@rc-component/father-plugin": "^2.0.1",
57+
"@rc-component/np": "^1.0.0-8",
5758
"@testing-library/jest-dom": "^6.1.4",
5859
"@testing-library/react": "^16.0.0",
5960
"@types/jest": "^29.2.5",
@@ -69,7 +70,6 @@
6970
"father": "^4.0.0",
7071
"gh-pages": "^6.1.0",
7172
"jest": "^29.0.0",
72-
"np": "^10.0.2",
7373
"prettier": "^3.1.0",
7474
"rc-test": "^7.0.15",
7575
"react": "^18.0.0",

0 commit comments

Comments
 (0)