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 735a587 commit 8b13483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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"
},
"devDependencies": {
"@babel/cli": "^7.19.3",
Expand Down

0 comments on commit 8b13483

Please sign in to comment.