Skip to content

Commit

Permalink
fix: changescribe
Browse files Browse the repository at this point in the history
  • Loading branch information
giovanni-bertoncelli committed Feb 23, 2024
1 parent 8b47671 commit 3b16be6
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
node-version: "20.x"

- name: install dependencies
run: npm install -g changescribe
run: npm ci
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_GET_TOKEN}}

Expand Down
83 changes: 83 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"yargs": "^17.7.2"
},
"devDependencies": {
"changescribe": "^3.0.4",
"eslint": "^8.56.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
Expand Down

0 comments on commit 3b16be6

Please sign in to comment.