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 19359da commit 23f0d3aCopy full SHA for 23f0d3a
package.json
@@ -19,7 +19,8 @@
19
"test:coverage": "vitest run --coverage.enabled",
20
"test:watch": "vitest watch",
21
"storybook": "storybook dev -p 6006",
22
- "build-storybook": "storybook build"
+ "build-storybook": "storybook build",
23
+ "precommit": "npm run test && npm run lint:fix && npm run format && npm run build"
24
},
25
"dependencies": {
26
"@cloudblueconnect/material-svg": "^1.0.43",
0 commit comments