diff --git a/package.json b/package.json index f47f9cd..5451f09 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "start": "dumi dev", "build": "dumi build", "compile": "father build && lessc assets/index.less assets/index.css", - "prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish --any-branch", + "prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish", "lint": "eslint src/ docs/examples/ --ext .tsx,.ts,.jsx,.js", "test": "father test", "coverage": "father test --coverage",