Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Jan 2, 2020
1 parent fad4eb3 commit aa10bfa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit aa10bfa

Please sign in to comment.