Skip to content

Commit

Permalink
Chore: Update .gitignore to meet recommendation from Yarn. https://ya…
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Aug 5, 2023
1 parent a07dbc8 commit 9c43034
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .gitignore
Expand Up @@ -2,3 +2,10 @@ node_modules
dist
coverage
.idea
.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
Binary file removed .yarn/install-state.gz
Binary file not shown.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -74,7 +74,8 @@
],
"scripts": {
"ts-node": "node --no-warnings=ExperimentalWarning --loader=ts-node/esm",
"prepare": "husky install && lerna run tsc",
"postinstall": "husky install",
"prepare": "lerna run tsc",
"setup": "yarn ts-node ./tools/setup-packages.mts",
"pretest": "eslint . && lerna run tsc",
"test": "vitest --run packages && node --test integration"
Expand Down

0 comments on commit 9c43034

Please sign in to comment.