Skip to content

Commit

Permalink
add publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahZinsmeister committed Sep 29, 2021
1 parent 5721bb7 commit fff943f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"build": "lerna run build",
"prestart": "yarn build",
"start": "lerna run start --parallel",
"clean": "lerna clean --yes"
"clean": "lerna clean --yes",
"prepublish:lerna": "yarn build",
"publish:lerna": "lerna publish"
},
"devDependencies": {
"@tsconfig/recommended": "^1.0.1",
Expand Down

0 comments on commit fff943f

Please sign in to comment.