We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b702d22 commit 2d84601Copy full SHA for 2d84601
package.json
@@ -10,7 +10,7 @@
10
"test": "node test.js",
11
"test:plugins": "pytest tests/ -v",
12
"test:all": "npm test && pytest tests/ -v",
13
- "prepublishOnly": "npm run test:all",
+ "prepublishOnly": "npm test",
14
"docs:dev": "npm run dev --prefix docs",
15
"docs:build": "npm run build --prefix docs",
16
"docs:preview": "npm run preview --prefix docs"
0 commit comments