Skip to content

Commit 0be647a

Browse files
committed
Update installation steps
1 parent a9828c8 commit 0be647a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
"test-smoke": "npm run test-setup && node ./out/test/smoke/runTest.js",
267267
"test-ui": "npm run test-setup && node ./out/test/ui/runTest.js",
268268
"test": "npm run test-smoke && npm run test-ui",
269-
"postinstall": "cd server && npm install && cd src/licensing/ && npm install && cd gui && npm install && cd ../../..",
269+
"postinstall": "cd server && npm install && cd ..",
270270
"package": "vsce package"
271271
},
272272
"devDependencies": {

server

Submodule server updated 104 files

0 commit comments

Comments
 (0)