Skip to content

Commit

Permalink
feat(all os): add back microservices build
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienChampagnol committed Sep 26, 2024
1 parent 3d73c45 commit 66e00f4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 13 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CICD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,10 @@ jobs:
- name: Package
run: |
dotnet tool install --global AzureSignTool --version 4.0.1
cat package.json
jq '.version = "${{ needs.semantic.outputs.version }}"' package.json > temp && mv temp package.json
cat package.json
rm -rf node_modules package-lock.json
npm install --ignore-scripts
npm install
npm run package
shell: bash
env:
Expand Down
9 changes: 1 addition & 8 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@
[
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github",
'@semantic-release/npm',
[
'@semantic-release/git',
{
assets: ['package.json', 'package-lock.json'],
},
],
"@semantic-release/github"
],
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "geodeapp",
"version": "0.5.0-rc.16",
"version": "0.0.0",
"private": true,
"description": "Desktop and cloud software for data visualization",
"main": "dist-electron/main.js",
Expand Down

0 comments on commit 66e00f4

Please sign in to comment.