Set vscodeCommitId in package.json to track which vscode commit the package has been built from.

This commit is contained in:
Henning Dieterichs 2023-02-09 16:13:46 +01:00
parent 71ac097e61
commit ccb646cca9
No known key found for this signature in database
GPG key ID: 771381EFFDB9EC06
7 changed files with 75 additions and 15 deletions

View file

@ -1,8 +1,6 @@
#!/bin/bash
set -e
# execute `npm install` to pick up local monaco-editor-core
npm install
# Install OS Dependencies for Playwright
sudo npm run playwright-install-deps
# Check prettier