Skip to content

Commit

Permalink
chore: update locks
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio committed Nov 7, 2023
1 parent 0e9893b commit 1bd833b
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 50 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"ncu:minor": "ncu -t minor -u -x rimraf && pnpm -r exec ncu -t minor -u -x rimraf,rxjs,typescript,zone.js",
"ncu:patch": "ncu -t patch -u -x rimraf && pnpm -r exec ncu -t patch -u -x rimraf",
"pack": "pnpm -r exec pnpm pack",
"postinstall": "pnpm exec playwright install",
"postinstall": "npm-run-all postinstall:*",
"postinstall:build": "pnpm -r build",
"postinstall:playwright": "pnpm exec playwright install",
"prepare:husky": "rimraf .husky && husky install && npm-run-all prepare:husky:*",
"prepare:husky:commitlint": "husky add .husky/commit-msg \"npx commitlint --edit $1\"",
"prepare:husky:depcheck": "husky add .husky/pre-push \"pnpm -r depcheck\"",
Expand Down
98 changes: 49 additions & 49 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1bd833b

Please sign in to comment.