Skip to content

Commit

Permalink
adding publish npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
NAMEER242 committed Feb 18, 2024
1 parent 49f2fef commit f53ad38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"start": "ts-node src/main.ts",
"start:prod": "npm run build && node lib/main.js",
"build": "tsc",
"publish": "npm run build && npm publish",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix"
},
"dependencies": {
Expand Down

0 comments on commit f53ad38

Please sign in to comment.