Skip to content

Commit

Permalink
fix typos in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bumblehead committed Oct 18, 2024
1 parent e20c56c commit ab68616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests-pnpm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"node_modules-esmock:rm": "rm -r node_modules/esmock",
"node_modules-esmock:link": "ln -s ../../ node_modules/esmock",
"node_modules-esmock": "npm run node_modules-esmock:rm && npm run node_modules-esmock:link",
"test": "nm run npm node_modules-esmock && run test-tsnode"
"test": "npm run node_modules-esmock && npm run test-tsnode"
},
"dependencies": {
"@nestjs/core": "^10.3.8",
Expand Down

0 comments on commit ab68616

Please sign in to comment.