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 bcc9151 commit 624c6a1Copy full SHA for 624c6a1
package.json
@@ -4,6 +4,7 @@
4
"description": "A React component for choosing dates and date ranges.",
5
"main": "dist/index.js",
6
"scripts": {
7
+ "clear": "rm -r styleguide",
8
"start": "npm run build:css & styleguidist server",
9
"build": "npm run build:css & npm run build:js & styleguidist build",
10
"build:css": "postcss 'src/styles.scss' -d dist --ext css & postcss 'src/theme/*.scss' -d 'dist/theme' --ext css",
0 commit comments