Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(dev): remove obsolete build scripts #1145

Merged
merged 1 commit into from Jun 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.