tangled
alpha
login
or
join now
vielle.dev
/
site-archive
0
fork
atom
[Archived] Archived WIP of vielle.dev
0
fork
atom
overview
issues
pulls
pipelines
Add format script
vielle.dev
9 months ago
077a1bd3
0fccf09e
+2
-1
1 changed file
expand all
collapse all
unified
split
package.json
+2
-1
package.json
···
7
7
"start": "astro dev",
8
8
"build": "astro check && astro build",
9
9
"preview": "astro preview",
10
10
-
"astro": "astro"
10
10
+
"astro": "astro",
11
11
+
"format": "prettier . --write"
11
12
},
12
13
"dependencies": {
13
14
"@astrojs/check": "^0.9.4",