Skip to content

Commit

Permalink
Merge branch 'master' into phrase-translations
Browse files Browse the repository at this point in the history
  • Loading branch information
cs1m0n authored Oct 22, 2024
2 parents fbe8a2f + dcb8a49 commit 9375788
Show file tree
Hide file tree
Showing 211 changed files with 8,985 additions and 5,078 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ on:
- master
- develop
- non3D
pull_request:
types: [closed]
branches:
- master

jobs:
build_and_deploy_web_app_job:
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,5 @@ dist/
dist-app/
.vercel
.DS_store
package-lock.json
package-lock.json
.stylelintrc.json
2 changes: 1 addition & 1 deletion .phrase.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
phrase:
project_id: 429fb4e9dc206e06d119e59f10f59e2d
project_id: c02bc906e7889ed3711681395be13886

push:
sources:
Expand Down
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"css.customData": [".vscode/tailwind.json"],
"scss.lint.unknownAtRules": "ignore"
"scss.lint.unknownAtRules": "ignore",
"prettier.configPath": "./.prettierrc",
"prettier.prettierPath": "./node_modules/prettier",
"prettier.requireConfig": true
}
5 changes: 2 additions & 3 deletions electron.vite.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { join } from 'path'
const path = require('path')
import { resolve } from 'path'

export default {
main: {
Expand Down Expand Up @@ -28,7 +27,7 @@ export default {
build: {
emptyOutDir: false,
rollupOptions: {
input: path.resolve(__dirname, 'src/index.html'),
input: resolve(__dirname, 'src/index.html'),
},
outDir: '.vite/build',
minify: true,
Expand Down
4 changes: 0 additions & 4 deletions electron_builder.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// @ts-check
/**
* @type {import('electron-builder').Configuration}
*/
const config = {
appId: 'io.biblekids.explorers',
productName: 'Bible-Explorers',
Expand Down
Loading

0 comments on commit 9375788

Please sign in to comment.