Skip to content

Commit 5cb9f4c

Browse files
committed
remove test command
1 parent f7f2e03 commit 5cb9f4c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@
8080
"____MAIN____": "Developer Scripts",
8181
"build": "rollup -c && npm run compile",
8282
"build:vsx": "npm run vscode:prepublish && vsce package --allow-package-secrets npm",
83-
"watch": "rimraf out dist && concurrently \"rollup -c -w\" \"webpack --watch --config ./build/node-extension.webpack.config.js\"",
84-
"test": "npm run wdio"
83+
"watch": "rimraf out dist && concurrently \"rollup -c -w\" \"webpack --watch --config ./build/node-extension.webpack.config.js\""
8584
},
8685
"devDependencies": {
8786
"@rollup/plugin-commonjs": "^28.0.2",
@@ -155,8 +154,5 @@
155154
],
156155
"volta": {
157156
"node": "20.19.5"
158-
},
159-
"env": {
160-
"NODE_ENV": "wdio"
161157
}
162158
}

0 commit comments

Comments
 (0)