We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
workspaces
package.json
1 parent 8313a04 commit e3723c1Copy full SHA for e3723c1
.github/workflows/release-please.yml
@@ -47,6 +47,8 @@ jobs:
47
run: npm run build
48
- name: Delete Scripts
49
run: npm pkg delete scripts
50
+ - name: Delete Workspaces
51
+ run: npm pkg delete workspaces
52
- uses: JS-DevTools/npm-publish@v1
53
name: Publish to npm
54
with:
package.json
@@ -120,7 +120,6 @@
120
},
121
"packageManager": "[email protected]",
122
"workspaces": [
123
- "examples/*",
124
"docs"
125
]
126
}
0 commit comments