We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f14f4 commit 93029dcCopy full SHA for 93029dc
package.json
@@ -42,7 +42,7 @@
42
"test": "vitest --watch=false",
43
"test:watch": "vitest --ui --changed",
44
"test:coverage": "vitest run --coverage",
45
- "prepublishOnly": "pnpm run compile && np --no-cleanup --yolo --no-publish",
+ "prepublishOnly": "pnpm run compile && np --no-cleanup --yolo --no-publish --any-branch",
46
"lint": "eslint src/ --ext .tsx,.ts",
47
"lint:tsc": "tsc -p tsconfig.json --noEmit",
48
"now-build": "pnpm run docs:build"
0 commit comments