Skip to content

Commit 624c6a1

Browse files
committed
Add instructions for clearing
1 parent bcc9151 commit 624c6a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "A React component for choosing dates and date ranges.",
55
"main": "dist/index.js",
66
"scripts": {
7+
"clear": "rm -r styleguide",
78
"start": "npm run build:css & styleguidist server",
89
"build": "npm run build:css & npm run build:js & styleguidist build",
910
"build:css": "postcss 'src/styles.scss' -d dist --ext css & postcss 'src/theme/*.scss' -d 'dist/theme' --ext css",

0 commit comments

Comments
 (0)