Skip to content

Commit 93029dc

Browse files
committed
allow publish from nom master branch
1 parent b0f14f4 commit 93029dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"test": "vitest --watch=false",
4343
"test:watch": "vitest --ui --changed",
4444
"test:coverage": "vitest run --coverage",
45-
"prepublishOnly": "pnpm run compile && np --no-cleanup --yolo --no-publish",
45+
"prepublishOnly": "pnpm run compile && np --no-cleanup --yolo --no-publish --any-branch",
4646
"lint": "eslint src/ --ext .tsx,.ts",
4747
"lint:tsc": "tsc -p tsconfig.json --noEmit",
4848
"now-build": "pnpm run docs:build"

0 commit comments

Comments
 (0)