Skip to content

Commit 9258d28

Browse files
committed
chore: update test script
1 parent a306bff commit 9258d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"publish:ovsx": "ovsx publish --no-dependencies",
2222
"publish:vsce": "vsce publish --githubBranch main --no-dependencies",
2323
"start": "npm run build:code -- --watch",
24-
"test": "npm run lint",
24+
"test": "echo \"no tests yet\" && exit 0",
2525
"vscode:prepublish": "npm run build"
2626
},
2727
"keywords": [

0 commit comments

Comments
 (0)