Skip to content

Commit 32a9eb6

Browse files
author
Andrey Okonetchnikov
committed
Add test script which builds the packages
1 parent 6aec64e commit 32a9eb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"build": "preconstruct build",
1515
"prerelease": "npm run build",
1616
"release": "changeset publish",
17-
"start": "styleguidist server",
17+
"start": "preconstruct watch && styleguidist server",
1818
"styleguide": "styleguidist build",
19-
"test": "echo \"Error: no test specified\" && exit 0",
19+
"test": "preconstruct build",
2020
"lint": "eslint ."
2121
},
2222
"author": "Andrey Okonetchnikov <andrey@okonet.ru>",

0 commit comments

Comments
 (0)