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 5901d3a commit 9f83f45Copy full SHA for 9f83f45
package.json
@@ -11,11 +11,12 @@
11
},
12
"scripts": {
13
"postinstall": "preconstruct dev",
14
- "test": "echo \"Error: no test specified\" && exit 0",
15
- "lint": "eslint .",
+ "build": "preconstruct build",
+ "start": "styleguidist server",
16
"styleguide": "styleguidist server",
17
"styleguide:build": "styleguidist build",
18
- "start": "styleguidist server"
+ "test": "echo \"Error: no test specified\" && exit 0",
19
+ "lint": "eslint ."
20
21
"author": "Andrey Okonetchnikov <andrey@okonet.ru>",
22
"license": "MIT",
0 commit comments