Merge pull request #262 from ente-io/update-to-handle-updated-photos-app

Update renderer start and build script
This commit is contained in:
Neeraj Gupta 2023-11-17 15:24:26 +05:30 committed by GitHub
commit af4b23ddd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -68,9 +68,9 @@
"watch": "tsc -w",
"build-main": "yarn install && tsc",
"start-main": "yarn build-main && electron app/main.js",
"start-renderer": "cd ui && yarn install && yarn dev",
"start-renderer": "cd ui && yarn install && yarn dev:photos",
"start": "concurrently \"yarn start-main\" \"yarn start-renderer\"",
"build-renderer": "cd ui && yarn install && yarn build && cd ..",
"build-renderer": "cd ui && yarn install && yarn build:photos",
"build": "yarn build-renderer && yarn build-main",
"test-release": "cross-env IS_TEST_RELEASE=true yarn build && electron-builder --config.compression=store"
},

2
ui

@ -1 +1 @@
Subproject commit ca5fe7410cbc969827a65444753c8106e4394b5b
Subproject commit 0ae9c4caecd5531401427e332eb71c2f1f7ee090