diff --git a/package.json b/package.json index 308d6bc94f55..f948f8318342 100644 --- a/package.json +++ b/package.json @@ -2699,11 +2699,11 @@ "scripts": { "package": "gulp clean && gulp prePublishBundle && vsce package -o ms-python-insiders.vsix", "compile": "tsc -watch -p ./", - "compile-webviews-watch": "npx npx -n --max_old_space_size=9096 webpack --config webpack.datascience-ui.config.js --watch", + "compile-webviews-watch": "npx npx -n --max_old_space_size=9096 webpack --config ./build/webpack/webpack.datascience-ui.config.js --watch", "checkDependencies": "gulp checkDependencies", - "dump-datascience-webpack-stats": "npx -n --max_old_space_size=9096 webpack --config webpack.datascience-ui.config.js --profile --json > tmp/ds-stats.json", + "dump-datascience-webpack-stats": "npx -n --max_old_space_size=9096 webpack --config ./build/webpack/webpack.datascience-ui.config.js --profile --json > tmp/ds-stats.json", "compile-webviews": "gulp compile-webviews", - "compile-webviews-verbose": "npx webpack --config webpack.datascience-ui.config.js", + "compile-webviews-verbose": "npx webpack --config ./build/webpack/webpack.datascience-ui.config.js", "postinstall": "node ./build/ci/postInstall.js", "test": "node ./out/test/standardTest.js && node ./out/test/multiRootTest.js", "test:unittests": "mocha --opts ./build/.mocha.unittests.js.opts",