Skip to content

Commit 6ddfb17

Browse files
change publish command
1 parent 34f205a commit 6ddfb17

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: npm run build:packages
3737

3838
- name: Publish to NPM
39-
run: npm publish --workspaces packages/** --access public --provenance
39+
run: npm publish --workspaces --access public --provenance
4040
env:
4141
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4242

examples/kitchensink/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "kitchensink-example",
3+
"private": true,
34
"version": "0.0.2-5",
45
"type": "module",
56
"scripts": {

examples/petstore/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "petstore-example",
3+
"private": true,
34
"version": "0.0.2-5",
45
"type": "module",
56
"scripts": {

0 commit comments

Comments
 (0)