We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b0eb05 commit 77cfd32Copy full SHA for 77cfd32
.github/workflows/build.yml
@@ -42,4 +42,6 @@ jobs:
42
43
# If the commit is tagged with a version (e.g. "v1.0.0"),
44
# release the app after building
45
- release: ${{ startsWith(github.ref, 'refs/tags/v') }}
+ release: ${{ startsWith(github.ref, 'refs/tags/v') }}
46
+ env:
47
+ NODE_OPTIONS: '--max_old_space_size=4096'
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "digital-paper-edit-electron",
3
"productName": "autoEdit 3",
4
- "version": "1.6.2-alpha.5",
+ "version": "1.6.2-alpha.6",
5
"description": "Digital Paper Edit app",
6
"main": "src/electron-main.js",
7
"scripts": {
0 commit comments