mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-22 14:16:19 +00:00
mover a sepa/
This commit is contained in:
parent
56cd3d87a7
commit
8d9b1139fe
16 changed files with 9 additions and 1 deletions
2
.github/workflows/sepa-precios-archiver.yml
vendored
2
.github/workflows/sepa-precios-archiver.yml
vendored
|
@ -27,6 +27,6 @@ jobs:
|
|||
B2_BUCKET_KEY_ID: ${{ secrets.B2_BUCKET_KEY_ID }}
|
||||
B2_BUCKET_KEY: ${{ secrets.B2_BUCKET_KEY }}
|
||||
run: |
|
||||
cd sepa-precios-archiver
|
||||
cd sepa/sepa-precios-archiver
|
||||
bun install --frozen-lockfile
|
||||
bun index.ts
|
||||
|
|
Binary file not shown.
Binary file not shown.
BIN
sepa/bun.lockb
Executable file
BIN
sepa/bun.lockb
Executable file
Binary file not shown.
8
sepa/package.json
Normal file
8
sepa/package.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"name": "sepa",
|
||||
"private": true,
|
||||
"workspaces": [
|
||||
"sepa-precios-archiver",
|
||||
"sepa-precios-importer"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue