Skip to content

Commit 8cd14fd

Browse files
Readme Updage
1 parent fb67fce commit 8cd14fd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
"test:watch": "jest --watch",
2727
"test:cov": "jest --coverage",
2828
"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"
29+
"test:e2e": "jest --config ./test/jest-e2e.json"
3130
},
3231
"dependencies": {
3332
"@nestjs/common": "^10.0.0",

0 commit comments

Comments
 (0)