Skip to content

Commit

Permalink
chore: restore postbuild from master
Browse files Browse the repository at this point in the history
  • Loading branch information
przucidlo committed Jun 9, 2024
1 parent 0510174 commit f65a5c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: ./.github/workflows/functional-tests-install.yml

electron-latest:
name: electron@latest
name: Test electron@latest
runs-on: ubuntu-latest
needs: install

Expand All @@ -32,7 +32,7 @@ jobs:
run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npm run test:functional

electron-30:
name: Electron@30
name: Test electron@30
runs-on: ubuntu-latest
needs: install

Expand All @@ -52,7 +52,7 @@ jobs:
run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npm run test:functional

electron-29:
name: Electron@29
name: Test electron@29
runs-on: ubuntu-latest
needs: install

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"coverage": "jest ---coverage --runInBand",
"build": "tsc -p ./tsconfig.build.json",
"build:functional:app": "cd test/functional/app && npm run package",
"postbuild": "cp -a lib/templates/. dist",
"postbuild": "cpx \"./lib/templates/*\" dist",
"link:functional:app": "npm link && cd test/functional/app && npm link electron-broker"
},
"repository": {
Expand Down

0 comments on commit f65a5c8

Please sign in to comment.