Skip to content

Commit

Permalink
fix: no need to rebuild packages
Browse files Browse the repository at this point in the history
  • Loading branch information
8e8b2c committed Jul 9, 2024
1 parent 4f97bd9 commit 4240a6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions packages/authority/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@holoom/authority",
"version": "0.1.0-dev.4",
"version": "0.1.0-dev.5",
"description": "Helpers for interacting with a holoom network authority agent",
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -31,8 +31,7 @@
"scripts": {
"build": "rimraf dist && npm run build:browser && npm run build:node",
"build:browser": "rollup -c rollup.browser.config.ts --configPlugin typescript",
"build:node": "rollup -c rollup.node.config.ts --configPlugin typescript",
"prepublishOnly": "npm run build"
"build:node": "rollup -c rollup.node.config.ts --configPlugin typescript"
},
"publishConfig": {
"access": "public"
Expand Down
5 changes: 2 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@holoom/client",
"version": "0.1.0-dev.4",
"version": "0.1.0-dev.5",
"description": "Helpers for interacting with a holoom network agent",
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -31,8 +31,7 @@
"scripts": {
"build": "rimraf dist && npm run build:browser && npm run build:node",
"build:browser": "rollup -c rollup.browser.config.ts --configPlugin typescript",
"build:node": "rollup -c rollup.node.config.ts --configPlugin typescript",
"prepublishOnly": "npm run build"
"build:node": "rollup -c rollup.node.config.ts --configPlugin typescript"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 4240a6e

Please sign in to comment.