Skip to content

Commit

Permalink
chore: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
anasouardini committed Mar 4, 2024
1 parent fe69e94 commit 6218988
Show file tree
Hide file tree
Showing 2 changed files with 1,321 additions and 124 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"initDev": "pnpm install && pnpm --filter='./packages/**/*' --parallel run setup",
"setupHooks": "cp -r ./hooks/* ./.git/hooks",
"preCommit": "pnpm testOnce && pnpm lint && ./scripts/format-staged.sh",
"format": "prettier --write . --cache",
Expand All @@ -18,7 +19,7 @@
"release": "npm run ci && npm run createRelease && npx changeset publish && npm run pushReleaseGit"
},
"engines": {
"node": "21.1.0"
"node": "21"
},
"keywords": [],
"author": "",
Expand Down
Loading

0 comments on commit 6218988

Please sign in to comment.