Skip to content

Commit

Permalink
chore: bump release pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Jan 21, 2025
1 parent f7f4eb2 commit de974bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
"test": "rc-test",
"test:coverage": "umi-test --coverage",
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
"prepublishOnly": "npm run compile && rc-np",
"lint": "eslint src/ --ext .tsx,.ts",
"lint:tsc": "tsc -p tsconfig.json --noEmit",
"now-build": "npm run docs:build"
Expand All @@ -54,6 +54,7 @@
},
"devDependencies": {
"@rc-component/father-plugin": "^2.0.1",
"@rc-component/np": "^1.0.0-8",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^16.0.0",
"@types/jest": "^29.2.5",
Expand All @@ -69,7 +70,6 @@
"father": "^4.0.0",
"gh-pages": "^6.1.0",
"jest": "^29.0.0",
"np": "^10.0.2",
"prettier": "^3.1.0",
"rc-test": "^7.0.15",
"react": "^18.0.0",
Expand Down

0 comments on commit de974bc

Please sign in to comment.