mirror of
https://github.com/openharmony/third_party_typescript_eslint.git
synced 2026-07-01 21:24:00 -04:00
chore: add funding field to package.json (#1499)
This commit is contained in:
@@ -16,6 +16,7 @@ jobs:
|
||||
# This also runs a build as part of the postinstall
|
||||
# bootstrap
|
||||
yarn --ignore-engines --frozen-lockfile
|
||||
yarn check-clean-workspace-after-install
|
||||
|
||||
- script: |
|
||||
# Note that this command *also* typechecks tests/tools,
|
||||
@@ -68,6 +69,7 @@ jobs:
|
||||
# This also runs a build as part of the postinstall
|
||||
# bootstrap
|
||||
yarn --ignore-engines --frozen-lockfile
|
||||
yarn check-clean-workspace-after-install
|
||||
|
||||
- script: |
|
||||
yarn test
|
||||
@@ -91,6 +93,7 @@ jobs:
|
||||
# This also runs a build as part of the postinstall
|
||||
# bootstrap
|
||||
yarn --ignore-engines --frozen-lockfile
|
||||
yarn check-clean-workspace-after-install
|
||||
|
||||
- script: |
|
||||
npm config set //registry.npmjs.org/:_authToken=$(NPM_TOKEN)
|
||||
|
||||
+1
-6
@@ -32,7 +32,7 @@
|
||||
"lint-fix": "eslint . --ext .js,.ts --fix",
|
||||
"pre-commit": "yarn lint-staged",
|
||||
"pre-push": "yarn format-check",
|
||||
"postinstall": "lerna bootstrap && yarn build && lerna link && npm run check-clean-workspace-after-install && opencollective-postinstall",
|
||||
"postinstall": "lerna bootstrap && yarn build && lerna link",
|
||||
"check-clean-workspace-after-install": "git diff --quiet --exit-code",
|
||||
"test": "lerna run test --concurrency 1",
|
||||
"typecheck": "lerna run typecheck"
|
||||
@@ -70,17 +70,12 @@
|
||||
"jest": "^24.9.0",
|
||||
"lerna": "^3.20.2",
|
||||
"lint-staged": "^9.4.3",
|
||||
"opencollective-postinstall": "^2.0.2",
|
||||
"prettier": "^1.19.1",
|
||||
"ts-jest": "^24.0.0",
|
||||
"ts-node": "^8.5.0",
|
||||
"tslint": "^5.20.1",
|
||||
"typescript": ">=3.2.1 <3.8.0"
|
||||
},
|
||||
"collective": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/typescript-eslint"
|
||||
},
|
||||
"resolutions": {
|
||||
"typescript": "^3.7.2"
|
||||
}
|
||||
|
||||
@@ -63,5 +63,9 @@
|
||||
"typescript": {
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/typescript-eslint"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -45,5 +45,9 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "*"
|
||||
},
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/typescript-eslint"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -56,5 +56,9 @@
|
||||
"typescript": {
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/typescript-eslint"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -66,5 +66,9 @@
|
||||
"typescript": {
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/typescript-eslint"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user