Skip to content

Commit

Permalink
Only include required legacy scripts (microsoft/vscode-remote-release…
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmarti committed Mar 13, 2023
1 parent a8d4930 commit 174952f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"definitions": "npm-run-all definitions-clean definitions-copy",
"lint": "eslint -c .eslintrc.js --rulesdir ./build/eslint --max-warnings 0 --ext .ts ./src",
"definitions-clean": "rimraf dist/node_modules/vscode-dev-containers",
"definitions-copy": "copyfiles --all \"node_modules/vscode-dev-containers/**/*\" dist",
"definitions-copy": "copyfiles \"node_modules/vscode-dev-containers/container-features/{devcontainer-features.json,feature-scripts.env,fish-debian.sh,gradle-debian.sh,homebrew-debian.sh,install.sh,jupyterlab-debian.sh,maven-debian.sh}\" dist",
"npm-pack": "npm pack",
"clean": "npm-run-all clean-dist clean-built",
"clean-dist": "rimraf dist",
Expand Down

0 comments on commit 174952f

Please sign in to comment.