Skip to content

Commit

Permalink
Update shx and madge
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Apr 21, 2022
1 parent 29d0fcf commit 7515187
Show file tree
Hide file tree
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
Expand Up @@ -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 flowgen@1.3.0 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",
Expand Down Expand Up @@ -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",
Expand Down
Loading

0 comments on commit 7515187

Please sign in to comment.