Skip to content

Commit

Permalink
ci: Generate jars as separate step in the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rvost committed Dec 31, 2023
1 parent 6aad2b2 commit 67f2cbd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
echo "::set-output name=prerelease::false"
fi
- run: npm ci
- run: mvn verify -DskipTests -Pgenerate-vscode-jars
- name: Publish to Open VSX Registry
uses: HaaLeo/publish-vscode-extension@v1
id: publishToOpenVSX
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,8 @@
},
"scripts": {
"vscode:prepublish": "npm run package",
"precompile": "npm run generate-jars",
"compile": "webpack",
"watch": "webpack --watch",
"prepackage": "npm run generate-jars",
"package": "webpack --mode production --devtool hidden-source-map",
"compile-tests": "tsc -p . --outDir out",
"watch-tests": "tsc -p . -w --outDir out",
Expand Down

0 comments on commit 67f2cbd

Please sign in to comment.