Skip to content

Commit

Permalink
Update shx and madge
Browse files Browse the repository at this point in the history
orta committed Apr 21, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 29d0fcf commit 7515187
Showing 2 changed files with 392 additions and 522 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -57,7 +57,7 @@
"lint": "eslint \"source/*.ts\" \"source/**/*.ts\"",
"lint:fix": "yarn --silent lint --fix",
"prepublishOnly": "yarn build && yarn jest && yarn declarations && yarn build:flow-types && yarn build:pretty-types",
"build": "shx rm -rf ./distribution && tsc -p tsconfig.production.json && madge ./distribution --circular",
"build": "shx rm -rf ./distribution && tsc -p tsconfig.production.json && yarn madge ./distribution --circular --exclude debug.js",
"build:fast": "tsc -p tsconfig.production.json",
"build:flow-types": "cp source/danger.d.ts source/_danger.d.ts && sed -ie 's/api: GitHub/api: any/g' source/_danger.d.ts && npx [email protected] source/_danger.d.ts -o distribution/danger.js.flow && node scripts/update_flow_types.js",
"build:schemas": "typescript-json-schema tsconfig.json DangerJSON > source/danger-incoming-process-schema.json; typescript-json-schema tsconfig.json DangerResults > source/danger-outgoing-process-schema.json; yarn prettier --write source/danger-outgoing-process-schema.json source/danger-incoming-process-schema.json",
@@ -129,12 +129,12 @@
"jest": "^24.0.0",
"jest-json-reporter": "^1.2.2",
"lint-staged": "^12.3.7",
"madge": "^3.2.0",
"madge": "^5.0.1",
"nock": "^10.0.6",
"pkg": "^5.4.0",
"prettier": "^2.5.1",
"release-it": "^13.5.2",
"shx": "^0.3.2",
"shx": "^0.3.4",
"ts-jest": "^24.0.2",
"ts-node": "^8.0.2",
"typedoc": "0.9.0",
908 changes: 389 additions & 519 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 7515187

Please sign in to comment.