yarn 3.1.1
This commit is contained in:
parent
0c81bc6e61
commit
835e475251
2 changed files with 3 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -315,3 +315,4 @@ src/renderer/workbox-962786f2.js.map
|
|||
*.p12
|
||||
keys.sh
|
||||
|
||||
.yarnrc.yml
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
},
|
||||
"homepage": "https://cider.sh/",
|
||||
"buildResources": "resources",
|
||||
"packageManager": "yarn@3.1.1",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"watch": "tsc --watch",
|
||||
|
@ -165,6 +166,6 @@
|
|||
"dmg"
|
||||
]
|
||||
},
|
||||
"artifactName" : "${productName}.${ext}"
|
||||
"artifactName": "${productName}.${ext}"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue