We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26f80a4 commit 069b927Copy full SHA for 069b927
1 file changed
.github/workflows/build.yml
@@ -79,6 +79,23 @@ jobs:
79
echo "$CHANGELOG" >> $GITHUB_OUTPUT
80
echo "EOF" >> $GITHUB_OUTPUT
81
82
+ - name: Fix Kotlin JS lock
83
+ run: ./gradlew kotlinUpgradePackageLock || echo "Kotlin JS lock upgrade failed, continuing..."
84
+
85
+ - name: Prepare Node REPL runtime
86
+ working-directory: mpp-ui
87
+ env:
88
+ PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
89
+ npm_config_audit: false
90
+ npm_config_fund: false
91
+ run: |
92
+ npm run build:kotlin
93
+ npm install --ignore-scripts
94
+ npm run build:kotlin-deps
95
+ npm run build:ts
96
+ npm run prepare:node-runtime
97
+ npm run prepare:node-modules
98
99
# Build plugin
100
- name: Build plugin
101
run: ./gradlew :mpp-idea:buildPlugin
0 commit comments