Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
underfisk committed Jan 23, 2024
1 parent 08dc33b commit e07c24d
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 @@ -31,7 +31,7 @@
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "jest --config ./test/jest-e2e.json",
"release": "pnpm run build && pnpm run test && np"
"release": "pnpm run build && np --no-cleanup"
},
"dependencies": {
"reflect-metadata": "^0.2.1",
Expand Down

0 comments on commit e07c24d

Please sign in to comment.