Skip to content

Commit

Permalink
ci(repo): add snaefell-ui package (#17228)
Browse files Browse the repository at this point in the history
Co-authored-by: Korbinian <[email protected]>
Co-authored-by: Daniel Wang <[email protected]>
Co-authored-by: Daniel Wang <[email protected]>
  • Loading branch information
4 people authored May 20, 2024
1 parent c8207d3 commit 6ee68ba
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/repo--validate-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
relayer
taikoon
snaefell-nft
snaefell-ui
ui-lib
taiko-client
supplementary-contracts
Expand Down
11 changes: 11 additions & 0 deletions packages/snaefell-ui/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "snaefell-ui",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}
2 changes: 2 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"packages/taikoon-ui": {},
"packages/taiko-client": {},
"packages/supplementary-contracts": {},
"packages/snaefell-nft": {}
"packages/snaefell-nft": {},
"packages/snaefell-ui": {}
},
"separate-pull-requests": true
}

0 comments on commit 6ee68ba

Please sign in to comment.