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 eac5ce8 commit 4318523Copy full SHA for 4318523
package.json
@@ -42,7 +42,7 @@
42
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
43
"test": "vitest",
44
"coverage": "vitest run --coverage",
45
- "prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish --branch static-table",
+ "prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
46
"lint": "eslint src/ --ext .tsx,.ts",
47
"lint:tsc": "tsc -p tsconfig.json --noEmit",
48
"now-build": "npm run docs:build",
0 commit comments