Fix typos

This commit is contained in:
Nathan Bierema 2024-09-19 22:58:03 -04:00
parent b4e138a5ae
commit ac8d773fde

View File

@ -18,10 +18,10 @@
"scripts": { "scripts": {
"format": "prettier --write .", "format": "prettier --write .",
"format:check": "prettier --check .", "format:check": "prettier --check .",
"build:all": "pnpn --recursive run build", "build:all": "pnpm --recursive run build",
"lint:all": "pnpn --recursive run lint", "lint:all": "pnpm --recursive run lint",
"test:all": "pnpn --recursive run test", "test:all": "pnpm --recursive run test",
"clean:all": "pnpn --recursive run clean", "clean:all": "pnpm --recursive run clean",
"release": "pnpm build:all && pnpm publish -r" "release": "pnpm build:all && pnpm publish -r"
}, },
"packageManager": "pnpm@9.10.0" "packageManager": "pnpm@9.10.0"