Skip to content

Commit 4318523

Browse files
committed
chore: clean np pub mark
1 parent eac5ce8 commit 4318523

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
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
4343
"test": "vitest",
4444
"coverage": "vitest run --coverage",
45-
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish --branch static-table",
45+
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
4646
"lint": "eslint src/ --ext .tsx,.ts",
4747
"lint:tsc": "tsc -p tsconfig.json --noEmit",
4848
"now-build": "npm run docs:build",

0 commit comments

Comments
 (0)