Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@
"lint-fix": "eslint . --fix",
"prettier": "prettier -c \"(src|test|l10n|grammar|docs|packages)/**/*.@(js|ts|jsx|tsx|json)\" \"./*.@(js|ts|jsx|tsx|json)\"",
"prettier-fix": "prettier -w \"(src|test|l10n|grammar|docs|packages)/**/*.@(js|ts|jsx|tsx|json)\" \"./*.@(js|ts|jsx|tsx|json)\"",
"pretest": "npm run build",
"test": "vscode-test",
"test": "node -e \"console.log('\\n[vscode-documentdb] Integration tests are deprecated.\\nThe legacy vscode-test based integration test suite is no longer in use and will be replaced with a new framework in the 0.10.0 release.\\nThis command is now a no-op.\\n')\"",
Comment thread
tnaum-ms marked this conversation as resolved.
"prejesttest": "npm run build --workspaces --if-present",
"jesttest": "jest",
"webpack-dev": "rimraf ./dist && npm run webpack-dev-ext && npm run webpack-dev-wv",
Expand Down