diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2023-06-30 09:18:03 +0300 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2023-06-30 09:20:02 +0300 |
| commit | 477a75d67171ddc81ad8d6be88a1515045d83aa0 (patch) | |
| tree | b6b559859c8524c5c5896c5a75a2b36cc06b6a03 /editors/code/package.json | |
| parent | 40b2a68381f6889416a7b6aebc14a98902429a09 (diff) | |
| download | rust-477a75d67171ddc81ad8d6be88a1515045d83aa0.tar.gz rust-477a75d67171ddc81ad8d6be88a1515045d83aa0.zip | |
Drop cross-env npm dep
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 581b3abb366..fe060ce698b 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", |
