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 1c3e38a commit 8ce7757Copy full SHA for 8ce7757
package.json
@@ -37,8 +37,7 @@
37
"prettier:fix": "prettier --write .",
38
"build-storybook": "storybook build",
39
"deploy": "npm run build-storybook && gh-pages -d storybook-static",
40
- "release": "npm run prettier:check && npm run lint && npm run test && npm run build && release-it && npm run deploy",
41
- "storybook": "storybook dev -p 6006"
+ "release": "npm run prettier:check && npm run lint && npm run test && npm run build && release-it && npm run deploy"
42
},
43
"dependencies": {
44
"@types/mustache": "^4.2.5",
0 commit comments