Skip to content

Commit d59a97b

Browse files
committed
upgrade
1 parent e5e7f7d commit d59a97b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
3939
"test": "rc-test",
4040
"test:coverage": "rc-test --coverage",
41-
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
41+
"prepublishOnly": "npm run compile && rc-np",
4242
"lint": "eslint src/ --ext .tsx,.ts",
4343
"lint:tsc": "tsc -p tsconfig.json --noEmit",
4444
"now-build": "npm run docs:build"
@@ -50,7 +50,8 @@
5050
"clsx": "^2.1.1"
5151
},
5252
"devDependencies": {
53-
"@rc-component/father-plugin": "^1.0.0",
53+
"@rc-component/father-plugin": "^2.0.0",
54+
"@rc-component/np": "^1.0.4",
5455
"@testing-library/jest-dom": "^5.16.4",
5556
"@testing-library/react": "^12.0.0",
5657
"@types/enzyme": "^3.10.8",

0 commit comments

Comments
 (0)