We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7f2e03 commit 5cb9f4cCopy full SHA for 5cb9f4c
package.json
@@ -80,8 +80,7 @@
80
"____MAIN____": "Developer Scripts",
81
"build": "rollup -c && npm run compile",
82
"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"
+ "watch": "rimraf out dist && concurrently \"rollup -c -w\" \"webpack --watch --config ./build/node-extension.webpack.config.js\""
85
},
86
"devDependencies": {
87
"@rollup/plugin-commonjs": "^28.0.2",
@@ -155,8 +154,5 @@
155
154
],
156
"volta": {
157
"node": "20.19.5"
158
- },
159
- "env": {
160
- "NODE_ENV": "wdio"
161
}
162
0 commit comments