Skip to content

Commit 9f83f45

Browse files
author
Andrey Okonetchnikov
committed
build: Add build task
1 parent 5901d3a commit 9f83f45

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@
1111
},
1212
"scripts": {
1313
"postinstall": "preconstruct dev",
14-
"test": "echo \"Error: no test specified\" && exit 0",
15-
"lint": "eslint .",
14+
"build": "preconstruct build",
15+
"start": "styleguidist server",
1616
"styleguide": "styleguidist server",
1717
"styleguide:build": "styleguidist build",
18-
"start": "styleguidist server"
18+
"test": "echo \"Error: no test specified\" && exit 0",
19+
"lint": "eslint ."
1920
},
2021
"author": "Andrey Okonetchnikov <andrey@okonet.ru>",
2122
"license": "MIT",

0 commit comments

Comments
 (0)