Don't upload builds
This commit is contained in:
parent
05217209e0
commit
2fa331708f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
.idea/
|
.idea/
|
||||||
|
build/
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "blackbirdchess/blackbirdchess-repository-composer",
|
"name": "blackbirdchess/blackbirdchess-repository-composer",
|
||||||
"homepage": "https://blackbirdchess.app",
|
"homepage": "https://repo.blackbirdchess.app",
|
||||||
"repositories": [
|
"repositories": [
|
||||||
{
|
{
|
||||||
"type": "vcs",
|
"type": "vcs",
|
||||||
@ -12,5 +12,5 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require-all": true,
|
"require-all": true,
|
||||||
"output-dir": "build"
|
"output-dir": "./build"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user