diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2c71412c..89f5c848 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,7 +10,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-latest, windows-latest] + os: [macos-latest, windows-latest, ubuntu-latest] steps: - uses: actions/checkout@v1 diff --git a/package.json b/package.json index 6255769e..664e7835 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unipept-desktop", - "version": "0.4.1", + "version": "0.5.0", "private": true, "author": "Unipept Team (Ghent University)", "description": "A desktop equivalent of unipept.ugent.be. This app aims at high-throughput analysis of metaproteomics samples.", diff --git a/vue.config.js b/vue.config.js index e6b63fbd..5670ab1b 100644 --- a/vue.config.js +++ b/vue.config.js @@ -35,9 +35,6 @@ module.exports = { }, configureWebpack:{ plugins: [ - // new ThreadsPlugin({ - // plugins: [new NodeTargetPlugin()] - // }), new webpack.optimize.LimitChunkCountPlugin({ maxChunks: 1 })