mirror of
https://github.com/coder/code-server.git
synced 2026-05-24 21:27:26 +02:00
Merge pull request #2482 from cdr/asar
Symlink node_modules.asar to node_modules in lib/vscode
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
"release:github-assets": "./ci/build/release-github-assets.sh",
|
||||
"test:standalone-release": "./ci/build/test-standalone-release.sh",
|
||||
"package": "./ci/build/build-packages.sh",
|
||||
"postinstall": "cd lib/vscode && yarn ${CI+--frozen-lockfile}",
|
||||
"postinstall": "./ci/dev/postinstall.sh",
|
||||
"_____": "",
|
||||
"fmt": "./ci/dev/fmt.sh",
|
||||
"lint": "./ci/dev/lint.sh",
|
||||
|
||||
Reference in New Issue
Block a user