File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222 "build:script" : " npm run build:script-node && npm run build:script-web" ,
2323 "build:script-node" : " webpack --env=target=node" ,
2424 "build:script-web" : " webpack --env=target=web" ,
25- "build:scss" : " sass src/scss/react-dual-listbox .scss lib/react-dual-listbox.css " ,
25+ "build:scss" : " sass src/scss/react-checkbox-tree .scss lib/react-checkbox-tree.scss " ,
2626 "build:style" : " npm run build:scss && npm run build:style-autoprefix" ,
27- "build:style-autoprefix" : " postcss lib/react-dual-listbox.css --use autoprefixer --output lib/react-dual-listbox.css " ,
28- "build" : " npm run build- script && npm run build- style" ,
27+ "build:style-autoprefix" : " postcss lib/react-checkbox-tree.scss --use autoprefixer --output lib/react-checkbox-tree.scss " ,
28+ "build" : " npm run build: script && npm run build: style" ,
2929 "examples" : " webpack serve --config=webpack.config.test.js" ,
3030 "format:style" : " prettier --write src/scss/**/*.scss examples/src/scss/**/*.scss" ,
3131 "lint" : " npm run lint:script && npm run lint:style" ,
You can’t perform that action at this time.
0 commit comments