Skip to content

Commit

Permalink
build: try git add after auto fix in linting
Browse files Browse the repository at this point in the history
Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
  • Loading branch information
motss committed Feb 19, 2022
1 parent 53a836e commit be31fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,6 @@
"access": "public"
},
"nano-staged": {
"*.ts": "npm run lint:build -- --fix"
"*.ts": ["npm run lint:build -- --fix", "git add"]
}
}

0 comments on commit be31fc1

Please sign in to comment.