Skip to content

Commit

Permalink
test publish fix
Browse files Browse the repository at this point in the history
  • Loading branch information
edstevo committed Mar 30, 2021
1 parent 88fbfaa commit 6fcaf04
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
"test:watch": "jest --watch",
"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"
"test:e2e": "jest --config ./test/jest-e2e.json",
"prepublish": "npm ci && npm run build",
"publish": "np --patch --no-yarn"
},
"peerDependencies": {
"@nestjs/common": ">=7.5.1",
Expand Down

0 comments on commit 6fcaf04

Please sign in to comment.