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 1d22f20 commit 812eb5fCopy full SHA for 812eb5f
.gitignore
@@ -22,3 +22,5 @@ pnpm-debug.log*
22
23
# jetbrains setting folder
24
.idea/
25
+
26
+.history/
package.json
@@ -7,7 +7,8 @@
7
"start": "astro dev",
8
"build": "astro check && astro build",
9
"preview": "astro preview",
10
- "astro": "astro"
+ "astro": "astro",
11
+ "test": "echo \"Error: no test specified\" && exit 1"
12
},
13
"dependencies": {
14
"@astrojs/check": "^0.9.4",
0 commit comments