File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2222 "node-sass" : " ^9.0.0"
2323 },
2424 "scripts" : {
25- "full-build" : " npm-run-all build css-rtl css-prefix" ,
25+ "full-build" : " npm-run-all node-sass-build build css-rtl css-prefix" ,
26+ "node-sass-build" : " npm rebuild node-sass" ,
2627 "build" : " node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 etc -o target/bootstrap5-api/css" ,
2728 "css-rtl" : " cross-env NODE_ENV=RTL postcss --config etc/postcss.config.js --dir \" target/bootstrap5-api/css\" --ext \" .rtl.css\" \" target/bootstrap5-api/css/*.css\" \" !target/bootstrap5-api/css/*.min.css\" \" !target/bootstrap5-api/css/*.rtl.css\" " ,
2829 "css-prefix" : " postcss --config etc/postcss.config.js --replace \" target/bootstrap5-api/css/*.css\" \" !target/bootstrap5-api/css/*.rtl*.css\" \" !target/bootstrap5-api/css/*.min.css\" " ,
You can’t perform that action at this time.
0 commit comments