Skip to content

Commit 3385b68

Browse files
chore: publish using public flag
also add the yarn lock file to the repo
1 parent 43b87ea commit 3385b68

File tree

4 files changed

+2909
-3
lines changed

4 files changed

+2909
-3
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
- run: yarn
2121
- run: yarn test
2222
- run: yarn build
23-
- run: yarn publish
23+
- run: yarn publish --access public
2424
env:
2525
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ node_modules
22
.temp
33
.cache
44
.env
5-
yarn.lock
65
dist/

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": "0.1.0",
33
"name": "@meshcloud/notion-markdown-cms",
44
"engines": {
5-
"node": "^14"
5+
"node": ">=14"
66
},
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)