We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28805a4 commit ee68a10Copy full SHA for ee68a10
package.json
@@ -32,7 +32,7 @@
32
"docs:settings": "tsx ./scripts/generate-settings-doc.ts",
33
"docs:keybindings": "tsx ./scripts/generate-keybindings-doc.ts",
34
"build": "node scripts/build.js",
35
- "build-and-start": "npm run build && npm run start",
+ "build-and-start": "npm run build && npm run start --",
36
"build:vscode": "node scripts/build_vscode_companion.js",
37
"build:all": "npm run build && npm run build:sandbox && npm run build:vscode",
38
"build:packages": "npm run build --workspaces",
0 commit comments