Skip to content

Commit

Permalink
chore: add publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelstroschein committed Feb 12, 2022
1 parent caedad9 commit 7e4fde3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -14,6 +14,8 @@
"clean": "lerna run clean",
"lint": "lerna run lint",
"test": "lerna run --ignore @inlang/database test",
"prepublish": "npm run build && npm run test",
"publish": "lerna publish",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
Expand Down

0 comments on commit 7e4fde3

Please sign in to comment.