Skip to content

Commit 812eb5f

Browse files
committed
Added test to pass build workflow.
1 parent 1d22f20 commit 812eb5f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ pnpm-debug.log*
2222

2323
# jetbrains setting folder
2424
.idea/
25+
26+
.history/

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"start": "astro dev",
88
"build": "astro check && astro build",
99
"preview": "astro preview",
10-
"astro": "astro"
10+
"astro": "astro",
11+
"test": "echo \"Error: no test specified\" && exit 1"
1112
},
1213
"dependencies": {
1314
"@astrojs/check": "^0.9.4",

0 commit comments

Comments
 (0)