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 f48c08e commit 1f65b9dCopy full SHA for 1f65b9d
package.json
@@ -13,7 +13,15 @@
13
"url": "git+https://github.com/adrian-ub/astro-antfu.me.git"
14
},
15
"bugs": "https://github.com/adrian-ub/astro-antfu.me/issues",
16
- "keywords": [],
+ "keywords": [
17
+ "withastro",
18
+ "astro",
19
+ "antfu",
20
+ "blog",
21
+ "website",
22
+ "portfolio",
23
+ "astro-integration"
24
+ ],
25
"sideEffects": false,
26
"exports": {
27
".": {
@@ -54,7 +62,7 @@
54
62
"start": "esno src/index.ts",
55
63
"test": "vitest",
56
64
"typecheck": "tsc --noEmit",
57
- "prepare": "simple-git-hooks",
65
+ "prepare": "simple-git-hooks && nlx -C playground astro sync",
58
66
"playground": "nr -C playground dev",
59
67
"playground:build": "nr -C playground build"
60
68
0 commit comments