Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
arnautov-anton committed Feb 26, 2025
1 parent f5a2c3f commit 0d92bb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@
"lint": "yarn run prettier && yarn run eslint",
"lint-fix": "yarn run prettier-fix && yarn run eslint-fix",
"fix-staged": "lint-staged --config .lintstagedrc.fix.json --concurrent 1",
"semantic-release": "semantic-release"
"semantic-release": "semantic-release",
"prepare": "yarn run build"
},
"engines": {
"node": ">=16"
Expand Down

0 comments on commit 0d92bb1

Please sign in to comment.