Merge branch 'main' into patch-1

This commit is contained in:
Nathan Bierema 2022-10-29 15:54:18 -04:00 committed by GitHub
commit 43bc477693
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@
"build:all": "nx run-many --target=build --all",
"lint:all": "nx run-many --target=lint --all",
"test:all": "nx run-many --target=test --all",
"clean:all": "nx run-many --target=clean --all",
"release": "pnpm build:all && changeset publish"
},
"workspaces": [