Skip to content

Commit 891d8dd

Browse files
committed
chore: prepare auto-release
1 parent 98878c5 commit 891d8dd

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

.github/workflows/module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: pnpm run typecheck
4949

5050
- name: Test
51-
run: pnpm run test run
51+
run: pnpm run test
5252

5353
- name: Publish
5454
run: pnpx pkg-pr-new publish --compact --no-template --pnpm

package.json

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "nuxt-studio",
33
"version": "0.0.1",
44
"description": "Nuxt Studio for Nuxt Content",
5-
"repository": "@nuxt-content/studio",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/nuxt-content/studio.git"
8+
},
69
"license": "MIT",
710
"type": "module",
811
"exports": {
@@ -20,6 +23,9 @@
2023
"default": "./dist/app/service-worker.js"
2124
}
2225
},
26+
"files": [
27+
"dist"
28+
],
2329
"main": "./dist/module/module.mjs",
2430
"scripts": {
2531
"prepack": "nuxt-module-build build src/module; vite build src/app",
@@ -76,5 +82,16 @@
7682
"minimark": "^0.2.0",
7783
"ofetch": "^1.4.1",
7884
"unstorage": "^1.17.1"
79-
}
85+
},
86+
"keywords": [
87+
"nuxt",
88+
"content",
89+
"nuxt-module",
90+
"studio",
91+
"editor",
92+
"preview",
93+
"cms",
94+
"markdown",
95+
"mdc"
96+
]
8097
}

0 commit comments

Comments
 (0)