Skip to content

Commit

Permalink
chore: add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Jul 26, 2021
1 parent ba48d4b commit 342222d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"test:cov": "cross-env NODE_ENV=test jest --coverage",
"test:debug": "cross-env NODE_ENV=test node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "cross-env NODE_ENV=test jest --config ./test/jest-e2e.json",
"update-geo-db": "node ./node_modules/geoip-lite/scripts/updatedb.js"
"update-geo-db": "node ./node_modules/geoip-lite/scripts/updatedb.js",
"release": ". ./scripts/release.sh"
},
"dependencies": {
"@nestjs/common": "^7.6.17",
Expand Down

0 comments on commit 342222d

Please sign in to comment.