Skip to content

Commit

Permalink
fix(core-util): remove private flag for the core-util packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbuss committed Mar 30, 2023
1 parent 05c04e6 commit 0d86584
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@ jobs:
token: ${{ secrets.NPM_TOKEN }}
tag: 'alpha'

- name: Publish @iot-app-kit/core-util
uses: JS-DevTools/npm-publish@v1
with:
package: './packages/dashboard/package.json'
token: ${{ secrets.NPM_TOKEN }}
tag: 'alpha'

- name: Publish @iot-app-kit/scene-composer
uses: JS-DevTools/npm-publish@v1
with:
Expand Down
1 change: 1 addition & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"packages/components": "4.0.1",
"packages/core": "4.0.1",
"packages/dashboard": "4.0.1",
"packages/core-util": "4.0.1",
"packages/react-components": "4.0.1",
"packages/related-table": "4.0.1",
"packages/scene-composer": "4.0.1",
Expand Down
1 change: 0 additions & 1 deletion packages/core-util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@iot-app-kit/core-util",
"private": true,
"version": "4.0.1",
"main": "./dist/cjs/index.js",
"module": "./dist/es/index.js",
Expand Down

0 comments on commit 0d86584

Please sign in to comment.