Skip to content

Commit

Permalink
publish command updated
Browse files Browse the repository at this point in the history
  • Loading branch information
wjamilaion committed Oct 25, 2023
1 parent 61fe228 commit 3e48b47
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
"scripts": {
"test": "jest",
"tsc": "tsc",
"build": "tsc",
"build": "rimraf dist && tsc",
"jest": "jest",
"format": "prettier \"**/*.ts\" --ignore-path ./.prettierignore --write && git status",
"lint": "eslint \"**/*.{ts,tsx}\""
"lint": "eslint \"**/*.{ts,tsx}\"",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
Expand All @@ -24,9 +25,9 @@
"author": "waqas jamil",
"license": "ISC",
"bugs": {
"url": "https://github.com/aiondigitalengineering/redis-connector/issues"
"url": "https://github.com/wjamilaion/redis-connector/issues"
},
"homepage": "https://github.com/aiondigitalengineering/redis-connector#readme",
"homepage": "https://github.com/wjamilaion/redis-connector#readme",
"devDependencies": {
"@nestjs/cache-manager": "^2.1.0",
"@nestjs/common": "^10.1.0",
Expand Down

0 comments on commit 3e48b47

Please sign in to comment.