Skip to content

Commit

Permalink
Remove jest-ci and eslint-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Sep 26, 2021
1 parent b49f330 commit 795079a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 24 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"postcss-plugin"
],
"scripts": {
"lint": "eslint-ci . bin/*",
"test": "jest-ci --coverage && npm run lint && gulp && size-limit"
"lint": "eslint . bin/*",
"test": "jest --coverage && npm run lint && gulp && size-limit"
},
"bin": "./bin/autoprefixer",
"funding": {
Expand Down Expand Up @@ -44,7 +44,6 @@
"babelify": "^10.0.0",
"browserify": "^16.5.1",
"eslint": "^6.8.0",
"eslint-ci": "^1.0.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-es5": "^1.5.0",
"eslint-plugin-import": "^2.21.2",
Expand All @@ -64,7 +63,6 @@
"gulp-replace": "^1.0.0",
"husky": "^4.2.5",
"jest": "^24.9.0",
"jest-ci": "^0.1.1",
"lint-staged": "^10.2.11",
"size-limit": "^4.5.5"
},
Expand Down
21 changes: 1 addition & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2768,12 +2768,7 @@ ci-info@^2.0.0:
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46"
integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==

ci-job-number@^0.3.0:
version "0.3.1"
resolved "https://registry.yarnpkg.com/ci-job-number/-/ci-job-number-0.3.1.tgz#4354e45bb3ed5a7301f09358d2876d510d4a570e"
integrity sha512-OfY2Cg+mTqZz7lWOxONGbAXVZNNWPSiyGtOpAjYHEVTXIae8lGCOg3cDfJpPh8zcl+2CqItOsxbvH6ueV+QOmw==

ci-job-number@^1.0.0, ci-job-number@^1.2.2:
ci-job-number@^1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/ci-job-number/-/ci-job-number-1.2.2.tgz#f4e5918fcaeeda95b604f214be7d7d4a961fe0c0"
integrity sha512-CLOGsVDrVamzv8sXJGaILUVI6dsuAkouJP/n6t+OxLPeeA4DDby7zn9SB6EUpa1H7oIKoE+rMmkW80zYsFfUjA==
Expand Down Expand Up @@ -3871,13 +3866,6 @@ eslint-ast-utils@^1.1.0:
lodash.get "^4.4.2"
lodash.zip "^4.2.0"

eslint-ci@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/eslint-ci/-/eslint-ci-1.0.0.tgz#6bcb238c45d2bf522fad50ad190bc00a206fe2df"
integrity sha512-8Itb/739gpX11nqvWg6kkpge7NwS1o+SkhfFAItfvH9/i5IoY6NLKKKzIagHakT2WmMdnq4HfcymYh/0NGvAVA==
dependencies:
ci-job-number "^0.3.0"

eslint-config-standard@^14.1.1:
version "14.1.1"
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-14.1.1.tgz#830a8e44e7aef7de67464979ad06b406026c56ea"
Expand Down Expand Up @@ -5716,13 +5704,6 @@ jest-changed-files@^24.9.0:
execa "^1.0.0"
throat "^4.0.0"

jest-ci@^0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/jest-ci/-/jest-ci-0.1.1.tgz#059dea3f53bdf6cf4f143a3e68913e7b07794478"
integrity sha512-DqTzVLKoBUIzEY3L3aR0jI6F5YU78IDyRjARfo10ScYluBjFAe2UKF5bg1W1gwO05gggQNWhCMqYjcC1Y3RtRA==
dependencies:
ci-job-number "^1.0.0"

jest-cli@^24.9.0:
version "24.9.0"
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-24.9.0.tgz#ad2de62d07472d419c6abc301fc432b98b10d2af"
Expand Down

0 comments on commit 795079a

Please sign in to comment.