Skip to content

Commit

Permalink
Hotfix: v1.1.2 #54
Browse files Browse the repository at this point in the history
Hotfix: v1.1.2
  • Loading branch information
mnrendra authored Jan 25, 2023
2 parents 4cec739 + 473fc07 commit 0c9a5c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci --production
- run: npm i -D @types/rimraf
- run: npm ci
- run: npm run build
- run: npm test
- run: npm config set registry https://registry.npmjs.org/
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gitidy",
"version": "1.1.1",
"version": "1.1.2",
"description": "A tool for tidying Git flow.",
"private": false,
"main": "dist",
Expand Down

0 comments on commit 0c9a5c9

Please sign in to comment.