Skip to content

Commit

Permalink
chore: upgrade np version
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Oct 16, 2023
1 parent 06ed831 commit 7f7e418
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 && np --no-cleanup --yolo --no-publish --any-branch",
"lint": "eslint src/ --ext .tsx,.ts",
"lint:tsc": "tsc -p tsconfig.json --noEmit",
"now-build": "npm run docs:build"
Expand Down Expand Up @@ -67,7 +67,7 @@
"father": "^4.0.0",
"gh-pages": "^3.1.0",
"jest": "^29.0.0",
"np": "^5.0.3",
"np": "^5.0.0",
"prettier": "^2.1.2",
"rc-test": "^7.0.15",
"react": "^18.0.0",
Expand Down

0 comments on commit 7f7e418

Please sign in to comment.