Skip to content

Commit

Permalink
remove: workflows (#8)
Browse files Browse the repository at this point in the history
* Sync Merkl-app (AngleProtocol#55)

* Sync Merkl-app

* lint

* Sync/rebased (AngleProtocol#57)

* Fork rebasing

* chore: update @merkl/api version and refactor various components and services

* chore: remove outdated production and staging workflows (AngleProtocol#58)

* add: scripts

* rm: wf

---------

Co-authored-by: hugolxt <[email protected]>
  • Loading branch information
clmntsnr and hugolxt authored Jan 7, 2025
1 parent 286d9fe commit 07c3f75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 125 deletions.
56 changes: 0 additions & 56 deletions .github/workflows/update_production.yml

This file was deleted.

68 changes: 0 additions & 68 deletions .github/workflows/update_staging.yml

This file was deleted.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
"lint": "biome check --fix ./src ./*.ts",
"lint:ci": "biome check --diagnostic-level error ./src ./*.ts",
"serve": "remix-serve ./build/server/index.js",
"typecheck": "tsc"
"typecheck": "tsc",
"upstream:fetch": "git remote add merkl-lite https://github.com/AngleProtocol/merkl-lite && git fetch merkl-lite",
"upstream:sync": "git fetch merkl-lite && git rebase merkl-lite/main"
},
"workspaces": ["packages/*"],
"dependencies": {
Expand Down

0 comments on commit 07c3f75

Please sign in to comment.