Skip to content

Commit dab300a

Browse files
author
Dan Skinner
committed
build all packages for electron tests
1 parent d0b5131 commit dab300a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.buildkite/basic/electron-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ steps:
2626
- echo "Running on Node `node -v`"
2727
- npm install electron@${ELECTRON_VERSION} --no-audit --progress=false --no-save
2828
- npm ci --no-audit --progress=false
29-
- npm run build:electron
29+
- npm run build
3030
- defaults write com.apple.CrashReporter DialogType none
3131
- npm run test:unit:electron-runner
3232
- npm run test:electron

0 commit comments

Comments
 (0)