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 6aec64e commit 32a9eb6Copy full SHA for 32a9eb6
package.json
@@ -14,9 +14,9 @@
14
"build": "preconstruct build",
15
"prerelease": "npm run build",
16
"release": "changeset publish",
17
- "start": "styleguidist server",
+ "start": "preconstruct watch && styleguidist server",
18
"styleguide": "styleguidist build",
19
- "test": "echo \"Error: no test specified\" && exit 0",
+ "test": "preconstruct build",
20
"lint": "eslint ."
21
},
22
"author": "Andrey Okonetchnikov <andrey@okonet.ru>",
0 commit comments