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.
1 parent 43b87ea commit 3385b68Copy full SHA for 3385b68
.github/workflows/release.yml
@@ -20,6 +20,6 @@ jobs:
20
- run: yarn
21
- run: yarn test
22
- run: yarn build
23
- - run: yarn publish
+ - run: yarn publish --access public
24
env:
25
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
.gitignore
@@ -2,5 +2,4 @@ node_modules
2
.temp
3
.cache
4
.env
5
-yarn.lock
6
dist/
package.json
@@ -2,7 +2,7 @@
"version": "0.1.0",
"name": "@meshcloud/notion-markdown-cms",
"engines": {
- "node": "^14"
+ "node": ">=14"
},
7
"repository": {
8
"type": "git",
0 commit comments