| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent af1530e commit f89d194
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -20,7 +20,10 @@ npm install --no-bin-links --production --no-package-lock eslint-plugin-markdown | |||
| 20 | 20 | cd ../.. | |
| 21 | 21 | ||
| 22 | 22 | # Use dmn to remove some unneeded files. | |
| 23 | - npx dmn -f clean | ||
| 23 | + npx dmn@1.0.10 -f clean | ||
| 24 | + # Use removeNPMAbsolutePaths to remove unused data in package.json. | ||
| 25 | + # This avoids churn as absolute paths can change from one dev to another. | ||
| 26 | + npx removeNPMAbsolutePaths@1.0.4 . | ||
| 24 | 27 | ||
| 25 | 28 | cd .. | |
| 26 | 29 | mv eslint-tmp/node_modules/eslint node_modules/eslint | |
| Back | FazBrowse Home | New Git URL |
0 commit comments