Skip to content

Commit

Permalink
added local publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
TateB committed Apr 26, 2022
1 parent df80864 commit 8e1f02c
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 @@ -5,7 +5,8 @@
"packages/*"
],
"scripts": {
"publish:local:ens-test-env": "yalc publish packages/ens-test-env --push --up"
"publish:local:ens-test-env": "yalc publish packages/ens-test-env --push --up",
"publish:local:ensjs": "yalc publish packages/ensjs --push --up"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.15.0",
Expand Down

0 comments on commit 8e1f02c

Please sign in to comment.