Skip to content

Commit

Permalink
chore(dev): remove obsolete build scripts (#1145)
Browse files Browse the repository at this point in the history
* remove buildPackages script
* remove scripts used only by buildPackages
* remove unused dev deps
* get rid of duplicate fs-extra by updating it to 9.1
  • Loading branch information
ludofischer committed Jun 7, 2021
1 parent 9acd6a2 commit 14c76d5
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 532 deletions.
9 changes: 1 addition & 8 deletions package.json
Expand Up @@ -6,7 +6,6 @@
"lint": "eslint . --cache --ignore-path .gitignore",
"fixlint": "yarn lint -- --fix",
"prepare": "lerna run --stream prepare",
"build:packages": "babel-node ./util/buildPackages.js",
"build:metadata": "babel-node ./util/buildMetadata.js",
"build:docs": "remark site/docs/**/*.md -o && yarn build:metadata && babel-node ./util/buildSiteMarkdown.js",
"build:integration": "cross-env BABEL_ENV=test babel-node ./util/buildFrameworks.js",
Expand Down Expand Up @@ -37,13 +36,11 @@
"cross-env": "^7.0.3",
"css-color-names": "^1.0.1",
"diff": "^5.0.0",
"dox": "^0.9.0",
"eslint": "^7.27.0",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"fs-extra": "^8.0.1",
"get-pkg-repo": "^4.1.0",
"fs-extra": "^9.1.0",
"glob": "^7.1.4",
"got": "^11.8.1",
"html2plaintext": "^2.1.2",
Expand All @@ -66,12 +63,8 @@
"remark-frontmatter": "^3.0.0",
"remark-gfm": "^1.0.0",
"remark-github": "^10.1.0",
"remark-heading-gap": "^4.0.0",
"remark-html": "^13.0.1",
"remark-license": "^5.0.1",
"remark-toc": "^7.2.0",
"rimraf": "^3.0.2",
"stringify-object": "^3.3.0",
"toml": "^3.0.0",
"tomlify-j0.4": "^3.0.0",
"unist-builder": "^2.0.3",
Expand Down
22 changes: 0 additions & 22 deletions util/buildAliases.js

This file was deleted.

157 changes: 0 additions & 157 deletions util/buildPackages.js

This file was deleted.

20 changes: 0 additions & 20 deletions util/contributorsSection.js

This file was deleted.

120 changes: 0 additions & 120 deletions util/installSection.js

This file was deleted.

0 comments on commit 14c76d5

Please sign in to comment.