diff --git a/package.json b/package.json index e8555940..c0885451 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "start": "cross-env NODE_ENV=development father doc dev --storybook", "build": "father doc build --storybook", "compile": "father build", - "prepublishOnly": "npm run compile && np --no-cleanup --yolo", + "prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish", "lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js", "test": "father test", "coverage": "father test --coverage",