Skip to content

Commit

Permalink
Migrate build pipeline to Electron Forge
Browse files Browse the repository at this point in the history
Change-type: minor
  • Loading branch information
dfunckt committed Dec 21, 2023
1 parent 2cdf65b commit bd33c5b
Show file tree
Hide file tree
Showing 28 changed files with 10,635 additions and 10,322 deletions.
2 changes: 1 addition & 1 deletion .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ runs:
npm run flowzone-preinstall-${runner_os}
npm ci
npm run build
npm run package
npm run test-${runner_os}
env:
Expand Down
110 changes: 85 additions & 25 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,41 +1,100 @@

# -- ADD NEW ENTRIES AT THE END OF THE FILE ---

# Logs
/logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# Runtime data
pids
*.pid
*.seed
*.pid.lock
.DS_Store

# Directory for instrumented libs generated by jscoverage/JSCover
/lib-cov

# Image stream output directory
/tests/image-stream/output
lib-cov

# Coverage directory used by tools like istanbul
/coverage
coverage
*.lcov

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# nyc test coverage
.nyc_output

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
/build
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# TypeScript v1 declaration files
typings/

# TypeScript cache
*.tsbuildinfo

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env
.env.test

# Generated files
/generated
/binaries
# parcel-bundler cache (https://parceljs.org/)
.cache

# Dependency directory
# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
node_modules
# next.js build output
.next

# Compiled Etcher releases
/dist
# nuxt.js build output
.nuxt

# vuepress build output
.vuepress/dist

# Serverless directories
.serverless/

# FuseBox cache
.fusebox/

# DynamoDB Local files
.dynamodb/

# Webpack
.webpack/

# Vite
.vite/

# Electron-Forge
out/

# ---- Do not modify entries above this line ----

# Certificates
*.spc
Expand All @@ -45,16 +104,17 @@ node_modules
*.crt
*.pem

# OSX files

.DS_Store

# VSCode files

.vscode
# Secrets
.gitsecret/keys/random_seed
!*.secret
secrets/APPLE_SIGNING_PASSWORD.txt
secrets/WINDOWS_SIGNING_PASSWORD.txt
secrets/XCODE_APP_LOADER_PASSWORD.txt
secrets/WINDOWS_SIGNING.pfx

# Image stream output directory
/tests/image-stream/output

#local development
.yalc
yalc.lock
4 changes: 0 additions & 4 deletions .gitmodules

This file was deleted.

2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
18
152 changes: 0 additions & 152 deletions Makefile

This file was deleted.

31 changes: 0 additions & 31 deletions afterPack.js

This file was deleted.

9 changes: 0 additions & 9 deletions dictionary.txt

This file was deleted.

Loading

0 comments on commit bd33c5b

Please sign in to comment.