mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-05 00:52:59 +01:00
✏️ Add yarn script for release
This commit is contained in:
parent
01468683b8
commit
e368873df9
1
.gitignore
vendored
1
.gitignore
vendored
@ -40,6 +40,7 @@ build/Release
|
||||
# Dependency directories
|
||||
node_modules/
|
||||
jspm_packages/
|
||||
.yarn
|
||||
|
||||
# TypeScript v1 declaration files
|
||||
typings/
|
||||
|
@ -8,4 +8,7 @@ git:
|
||||
changelog: "auto-changelog --stdout --handlebars-setup .github/custom-handlebars.js"
|
||||
push: false
|
||||
tag: false
|
||||
commit: false
|
||||
commit: false
|
||||
|
||||
npm:
|
||||
publish: false
|
1
.yarnrc.yml
Normal file
1
.yarnrc.yml
Normal file
@ -0,0 +1 @@
|
||||
nodeLinker: node-modules
|
11
package.json
Normal file
11
package.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "hassio-nextcloud-backup",
|
||||
"packageManager": "yarn@3.2.0",
|
||||
"devDependencies": {
|
||||
"auto-changelog": "^2.4.0",
|
||||
"release-it": "^15.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"release": "release-it"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user