Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
chore: add scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
agustinusnathaniel committed Sep 6, 2021
1 parent cd5b015 commit c977f63
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --config index.js .",
"lint:fix": "yarn lint --fix",
"lint:fix": "yarn lint --fix && yarn format",
"format": "prettier -w",
"up-latest": "yarn upgrade-interactive --latest",
"release": "standard-version",
"push-release": "git push --follow-tags origin main",
"prepare": "husky install"
},
"repository": {
Expand Down

0 comments on commit c977f63

Please sign in to comment.