Skip to content

Commit

Permalink
Added pub script
Browse files Browse the repository at this point in the history
Added pub script
  • Loading branch information
mdaemon-technologies committed Mar 7, 2024
1 parent 8c7ae64 commit 4c67c45
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 @@ -14,7 +14,8 @@
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "jest",
"watch": "jest --watchAll"
"watch": "jest --watchAll",
"pub": "npm run build && npm run test && npm publish"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 4c67c45

Please sign in to comment.