Skip to content

Commit

Permalink
fix: add publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Aug 8, 2024
1 parent 67ef87e commit 68e1092
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion packages/protons-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
"clean": "aegir clean",
"lint": "aegir lint",
"dep-check": "aegir dep-check",
"build": "aegir build"
"doc-check": "aegir doc-check",
"build": "aegir build",
"release": "aegir release"
},
"dependencies": {
"uint8-varint": "^2.0.2",
Expand Down
3 changes: 2 additions & 1 deletion packages/protons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"dep-check": "aegir dep-check",
"build": "aegir build",
"test": "aegir test -t node",
"test:node": "aegir test -t node --cov"
"test:node": "aegir test -t node --cov",
"release": "aegir release"
},
"dependencies": {
"meow": "^13.1.0",
Expand Down

0 comments on commit 68e1092

Please sign in to comment.