Skip to content

Commit

Permalink
fix: typo in package json
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaubrey committed Nov 23, 2023
1 parent 920f527 commit 9e4f449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -32,7 +32,7 @@
"syncpack": "syncpack format && syncpack list-mismatches && syncpack lint-semver-ranges",
"test": "node --require=suppress-experimental-warnings --experimental-vm-modules node_modules/jest/bin/jest.js",
"type-check": "tsc --noEmit",
"validate": "npm run syncpack && pnpm run build && pnpm run lint && pnpm run type-check && pnpm run test"
"validate": "pnpm run syncpack && pnpm run build && pnpm run lint && pnpm run type-check && pnpm run test"
},
"peerDependencies": {
"@babel/runtime": "<8",
Expand Down

0 comments on commit 9e4f449

Please sign in to comment.