Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Feb 7, 2024
1 parent 753e772 commit 7368428
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_test_debug_client.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Test - Client
name: Build and Test / Client

concurrency:
group: '${{ github.head_ref || github.ref }} Client'
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 18
node-version-file: .nvmrc
cache: npm
cache-dependency-path: ./package-lock.json

Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: nvmrc
node-version-file: .nvmrc
cache: npm
cache-dependency-path: ./package-lock.json

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test_debug_manager.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Test - Manager
name: Build and Test / Manager

concurrency:
group: '${{ github.head_ref || github.ref }} Manager'
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: .nvmrc
node-version-file: .nvmrc
cache: npm
cache-dependency-path: ./server_manager/package.json

Expand Down
2 changes: 0 additions & 2 deletions server_manager/electron_main.webpack.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ import nodeExternals from 'webpack-node-externals';

const __dirname = path.dirname(fileURLToPath(import.meta.url));

console.log(path.resolve(__dirname, '../output/build/server_manager/electron_app/static'));

export default {
entry: path.resolve(__dirname, './electron_app/index.ts'),
target: 'electron-main',
Expand Down

0 comments on commit 7368428

Please sign in to comment.