Skip to content

Commit 4200e39

Browse files
committed
fix
1 parent e3f6669 commit 4200e39

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"scripts": {
1717
"build": "tsc",
1818
"start": "tsx src/index.ts",
19-
"dev": "tsx watch src/index.ts"
19+
"dev": "tsx watch src/index.ts",
20+
"test": "echo \"No tests specified\" && exit 0"
2021
},
2122
"dependencies": {
2223
"microcms-js-sdk": "^3.2.0",
@@ -28,4 +29,4 @@
2829
"tsx": "^4.20.3",
2930
"typescript": "^5.8.3"
3031
}
31-
}
32+
}

0 commit comments

Comments
 (0)