Skip to content

Commit 1f65b9d

Browse files
committed
chore: update package.json keywords
1 parent f48c08e commit 1f65b9d

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,15 @@
1313
"url": "git+https://github.com/adrian-ub/astro-antfu.me.git"
1414
},
1515
"bugs": "https://github.com/adrian-ub/astro-antfu.me/issues",
16-
"keywords": [],
16+
"keywords": [
17+
"withastro",
18+
"astro",
19+
"antfu",
20+
"blog",
21+
"website",
22+
"portfolio",
23+
"astro-integration"
24+
],
1725
"sideEffects": false,
1826
"exports": {
1927
".": {
@@ -54,7 +62,7 @@
5462
"start": "esno src/index.ts",
5563
"test": "vitest",
5664
"typecheck": "tsc --noEmit",
57-
"prepare": "simple-git-hooks",
65+
"prepare": "simple-git-hooks && nlx -C playground astro sync",
5866
"playground": "nr -C playground dev",
5967
"playground:build": "nr -C playground build"
6068
},

0 commit comments

Comments
 (0)