Skip to content

Commit

Permalink
Attempt to debug the semantic-release, to provide some data for it's …
Browse files Browse the repository at this point in the history
…developers;

Altered the @semantic-release/npm dep to make a custom debug;
  • Loading branch information
xobotyi committed Nov 3, 2019
1 parent d4ff80a commit df57f5a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 408 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -16,7 +16,7 @@ refs:
- &Install
run:
name: Install Dependencies
command: yarn install --pure-lockfile
command: yarn install --pure-lockfile && yarn list --depth=0
- &CacheSave
save_cache:
key: dependency-cache-{{ checksum "yarn.lock" }}
Expand Down
7 changes: 5 additions & 2 deletions package.json
Expand Up @@ -27,7 +27,7 @@
"storybook:build": "build-storybook",
"storybook:upload": "gh-pages -d storybook-static --git \"$(which git)\"",
"storybook:clean": "rimraf storybook-static",
"release": "semantic-release"
"release": "semantic-release --debug"
},
"husky": {
"hooks": {
Expand Down Expand Up @@ -68,7 +68,7 @@
"@babel/preset-typescript": "7.6.0",
"@semantic-release/changelog": "3.0.5",
"@semantic-release/git": "7.0.17",
"@semantic-release/npm": "5.3.3",
"@semantic-release/npm": "https://github.com/xobotyi/npm.git#01119923f336f3a7e6258c37e93d8dd590b817c4",
"@shopify/jest-dom-mocks": "2.8.5",
"@storybook/addon-actions": "5.2.5",
"@storybook/addon-knobs": "5.2.5",
Expand Down Expand Up @@ -147,5 +147,8 @@
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/react-use"
},
"resolutions": {
"@semantic-release/npm": "https://github.com/xobotyi/npm.git#01119923f336f3a7e6258c37e93d8dd590b817c4"
}
}

0 comments on commit df57f5a

Please sign in to comment.