diff --git a/package.json b/package.json index 302a32d..abc4d01 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "test": "node test.js", "test:plugins": "pytest tests/ -v", "test:all": "npm test && pytest tests/ -v", - "prepublishOnly": "npm run test:all", + "prepublishOnly": "npm test", "docs:dev": "npm run dev --prefix docs", "docs:build": "npm run build --prefix docs", "docs:preview": "npm run preview --prefix docs"