Skip to content

Commit bd112e5

Browse files
committed
Remove NODE_OPTIONS
1 parent e60dd20 commit bd112e5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

extensions/ql-vscode/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,13 +1115,13 @@
11151115
]
11161116
},
11171117
"scripts": {
1118-
"build": "NODE_OPTIONS=--openssl-legacy-provider gulp",
1118+
"build": "gulp",
11191119
"watch": "npm-run-all -p watch:*",
1120-
"watch:extension": "NODE_OPTIONS=--openssl-legacy-provider tsc --watch",
1121-
"watch:webpack": "NODE_OPTIONS=--openssl-legacy-provider gulp watchView",
1122-
"watch:css": "NODE_OPTIONS=--openssl-legacy-provider gulp watchCss",
1120+
"watch:extension": "tsc --watch",
1121+
"watch:webpack": "gulp watchView",
1122+
"watch:css": "gulp watchCss",
11231123
"test": "mocha --exit -r ts-node/register test/pure-tests/**/*.ts",
1124-
"preintegration": "rm -rf ./out/vscode-tests && npm run build",
1124+
"preintegration": "rm -rf ./out/vscode-tests && gulp",
11251125
"integration": "node ./out/vscode-tests/run-integration-tests.js no-workspace,minimal-workspace",
11261126
"cli-integration": "npm run preintegration && node ./out/vscode-tests/run-integration-tests.js cli-integration",
11271127
"update-vscode": "node ./node_modules/vscode/bin/install",

0 commit comments

Comments
 (0)