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 2222 "main" : " n/a" ,
2323 "scripts" : {
2424 "clean-dist" : " rimraf ./dist" ,
25- "clean-printable" : " rimraf src/content/**/printable.mdx" ,
25+ "clean-printable" : " rimraf \" src/content/**/printable.mdx\" " ,
2626 "preclean" : " run-s clean-dist clean-printable" ,
27- "clean" : " rimraf src/content/**/_*.mdx src/**/_*.json repositories/*.json" ,
27+ "clean" : " rimraf \" src/content/**/_*.mdx\" \" src/**/_*.json\" \" repositories/*.json\" " ,
2828 "start" : " npm run clean-dist && webpack serve --config webpack.dev.mjs --env dev --progress --config-node-env development" ,
2929 "content" : " node src/scripts/build-content-tree.mjs ./src/content ./src/_content.json" ,
3030 "bundle-analyze" : " run-s clean fetch content && webpack --config webpack.prod.mjs --config-node-env production && run-s printable content && webpack --config webpack.ssg.mjs --config-node-env production --env ssg --profile --json > stats.json && webpack-bundle-analyzer stats.json" ,
You can’t perform that action at this time.
0 commit comments