We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb67fce commit 8cd14fdCopy full SHA for 8cd14fd
1 file changed
package.json
@@ -26,8 +26,7 @@
26
"test:watch": "jest --watch",
27
"test:cov": "jest --coverage",
28
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
29
- "test:e2e": "jest --config ./test/jest-e2e.json",
30
- "postpublish": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags"
+ "test:e2e": "jest --config ./test/jest-e2e.json"
31
},
32
"dependencies": {
33
"@nestjs/common": "^10.0.0",
0 commit comments