File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 128128 "build" : " cross-env NODE_ENV=production run-p build:** && run-p css:**" ,
129129 "build-dev" : " cross-env NODE_ENV=development run-p build:** && run-p css:**" ,
130130 "css:prod" : " node-sass --output-style compressed src/stylesheets/datepicker.scss > dist/react-datepicker.min.css" ,
131- "css:modules:prod" : " node-sass --output-style compressed src/stylesheets/datepicker-cssmodules.scss > dist/react-datepicker-cssmodules.min.css" ,
131+ "css:modules:prod" : " node-sass --output-style compressed src/stylesheets/datepicker-cssmodules.scss | tee dist/react-datepicker-cssmodules.min.css dist/react-datepicker-min.module .css" ,
132132 "css:dev" : " node-sass --output-style expanded src/stylesheets/datepicker.scss > dist/react-datepicker.css" ,
133- "css:modules:dev" : " node-sass --output-style expanded src/stylesheets/datepicker-cssmodules.scss > dist/react-datepicker-cssmodules.css" ,
133+ "css:modules:dev" : " node-sass --output-style expanded src/stylesheets/datepicker-cssmodules.scss | tee dist/react-datepicker-cssmodules.css dist/react-datepicker.module .css" ,
134134 "build:js" : " rollup -c" ,
135135 "js:dev" : " rollup -cw"
136136 },
You can’t perform that action at this time.
0 commit comments