Skip to content

Commit

Permalink
fix: add publish repo scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
agviegas committed Jul 10, 2024
1 parent 3d45a67 commit a18b1fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"build-obc": "npm run build -w @thatopen/ui-obc",
"build-libraries": "npm run build-core && npm run build-obc",
"build-examples": "vite build --config ./vite.config-examples.ts",
"publish-repo": "yarn workspace @thatopen/ui publish-repo && yarn workspace @thatopen/ui-obc publish-repo",
"build-all": "npm run build-examples && npm run build-libraries"
},
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"dev": "vite --host",
"build": "tsc --p ./tsconfig-build.json && vite build",
"prepublishOnly": "npm run build",
"publish-repo": "npm publish",
"publish-alpha": "npm publish --tag alpha"
},
"publishConfig": {
Expand Down
1 change: 1 addition & 0 deletions packages/obc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"dev": "vite --host",
"build": "tsc --p ./tsconfig-build.json && vite build",
"prepublishOnly": "npm run build",
"publish-repo": "npm publish",
"publish-alpha": "npm publish --tag alpha"
},
"publishConfig": {
Expand Down

0 comments on commit a18b1fa

Please sign in to comment.