Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
| -rw-r--r-- | editors/code/package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 581b3abb36..fe060ce698 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -38,7 +38,7 @@ "lint": "prettier --check . && eslint -c .eslintrc.js --ext ts ./src ./tests", "fix": "prettier --write . && eslint -c .eslintrc.js --ext ts ./src ./tests --fix", "pretest": "tsc && npm run build", - "test": "cross-env TEST_VARIABLE=test node ./out/tests/runTests.js" + "test": "node ./out/tests/runTests.js" }, "dependencies": { "@hpcc-js/wasm": "^2.13.0", @@ -55,7 +55,6 @@ "@typescript-eslint/parser": "^5.60.1", "@vscode/test-electron": "^2.3.3", "@vscode/vsce": "^2.19.0", - "cross-env": "^7.0.3", "esbuild": "^0.18.10", "eslint": "^8.43.0", "eslint-config-prettier": "^8.8.0", |