Skip to content

Commit ec5122b

Browse files
committed
fix (vs-code-ext): remove test script that was causing an error
1 parent a6b4669 commit ec5122b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/vs-code-extension/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636
"compile": "tsc -p ./",
3737
"watch": "tsc -watch -p ./",
3838
"pretest": "yarn run compile && yarn run lint",
39-
"lint": "eslint src --ext ts",
40-
"test": "node ./out/test/runTest.js"
39+
"lint": "eslint src --ext ts"
4140
},
4241
"dependencies": {
4342
"@react-email/render": "workspace:*",

0 commit comments

Comments
 (0)