We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cb5a5b commit 9cf78aaCopy full SHA for 9cf78aa
1 file changed
package.json
@@ -1,11 +1,12 @@
1
{
2
- "name": "astro-paper-v5",
+ "name": "astro-paper",
3
"type": "module",
4
- "version": "0.0.1",
+ "version": "4.8.0",
5
"scripts": {
6
"dev": "astro dev",
7
"build": "astro check && astro build && pagefind --site dist && cp -r dist/pagefind public/",
8
"preview": "astro preview",
9
+ "sync": "astro sync",
10
"astro": "astro",
11
"format:check": "prettier --check .",
12
"format": "prettier --write .",
0 commit comments