Skip to content

Commit 823672b

Browse files
committed
remove test script
1 parent 255a9b3 commit 823672b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name": "msw-2-upgrade-recipe",
3-
"version": "0.1.0",
4-
"description": "Transform legacy code patterns",
5-
"type": "module",
6-
"devDependencies": {
7-
"@codemod.com/jssg-types": "^1.0.3",
8-
"typescript": "^5.8.3"
9-
},
10-
"scripts": {
11-
"test": "npx codemod@latest jssg test -l typescript ./scripts/codemod.ts",
12-
"check-types": "npx tsc --noEmit"
13-
}
2+
"name": "msw-2-upgrade-recipe",
3+
"version": "0.1.0",
4+
"description": "Transform legacy code patterns",
5+
"type": "module",
6+
"devDependencies": {
7+
"@codemod.com/jssg-types": "^1.0.3",
8+
"typescript": "^5.8.3"
9+
},
10+
"scripts": {
11+
"test": "echo 'No tests'",
12+
"check-types": "npx tsc --noEmit"
13+
}
1414
}

0 commit comments

Comments
 (0)