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 f3806bd commit 4882c48Copy full SHA for 4882c48
package.json
@@ -34,7 +34,7 @@
34
"compile": "father build",
35
"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
36
"now-build": "npm run build",
37
- "prepare": "husky",
+ "prepare": "husky && dumi setup",
38
"prepublishOnly": "npm run compile && np --yolo --no-publish --any-branch",
39
"prettier": "prettier '{src,tests}/**/*.{ts,tsx}' 'tests/**/*.js' --write",
40
"start": "dumi dev",
0 commit comments