Skip to content

Commit

Permalink
chore: bump np version
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Jan 27, 2025
1 parent 5d69679 commit b585df1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"docs:deploy": "gh-pages -d .doc",
"compile": "father build && lessc assets/index.less assets/index.css",
"gh-pages": "GH_PAGES=1 npm run docs:build && npm run docs:deploy",
"prepublishOnly": "npm run compile && np --yolo --no-publish",
"prepublishOnly": "npm run compile && rc-np",
"postpublish": "npm run gh-pages",
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
"prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
Expand Down Expand Up @@ -67,7 +67,6 @@
"husky": "^9.1.7",
"less": "^4.2.1",
"lint-staged": "^15.2.11",
"np": "^10.1.0",
"prettier": "^3.4.2",
"pretty-quick": "^4.0.0",
"rc-test": "^7.0.15",
Expand Down

0 comments on commit b585df1

Please sign in to comment.