-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* move parachain-api out(build fail) * extract parachain/sidechain api folder * api dependencies * used in ts-tests * fix export issue * format * yarn.lock * modified package.json * remove yarn.lock * format * add lock file * update lockfile * update client-api yarn.lock * lock file * file-filter file * modified api devDependencies * package.json format * lockfile * modified file-filter.yml * added ci steps * update yarn.lock * update file-filter.yml * try native yarn debugging * lock file * module path * add missing volumes path; praying for success * missed a few * fix export issue * uncomment * rebuild&&format&&lockfile * add prettier rules * rebuild * lockfile * rebuild && lockfile * add client-api build * rebuild && reinstall * fix api folder && rebuild * fix package.json * replace yarn * order of adjustment * remove build-context * fix build issue * update lit-resume-worker.yml * pnpm-lock * fix resume-worker issue * lockfile * update metadata * build api * update pnpm-lock.yaml * update identity definitions * README * remove format * remove commet && remove duplicate steps * remove client-api in file-filter.yml * fix ts-test shell * remove yarn.lock * add pnpm exec and rebuild --------- Co-authored-by: Kasper Ziemianek <[email protected]> Co-authored-by: Ariel Birnbaum <[email protected]>
- Loading branch information
1 parent
417d09b
commit f82a6d0
Showing
212 changed files
with
1,966 additions
and
3,262 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"type": "module", | ||
"license": "ISC", | ||
"scripts": { | ||
"update": "pnpm --filter parachain-api run update-metadata && pnpm --filter sidechain-api run update-metadata", | ||
"build": "pnpm --filter parachain-api run build && pnpm --filter sidechain-api run build", | ||
"update-build": "pnpm run update && pnpm run build", | ||
"format": "pnpm run --recursive format", | ||
"check-format": "pnpm run --recursive check-format" | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.