Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
timeout-minutes: 10
defaults:
run:
working-directory: ./sdks/js
working-directory: ./web
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/js-sdk.yml → .github/workflows/web-sdk.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: js-sdk
name: web-sdk

on:
push:
Expand All @@ -13,7 +13,7 @@ jobs:
timeout-minutes: 10
defaults:
run:
working-directory: ./sdks/js
working-directory: ./web

steps:
- name: Checkout 🛎️
Expand Down Expand Up @@ -45,19 +45,19 @@ jobs:
cat << EOF > "$HOME/.npmrc"
//registry.npmjs.org/:_authToken=$NPM_TOKEN
EOF
working-directory: ./sdks/js/packages/core
working-directory: ./web/packages/core
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Bump Package Version
run: npm run bump-version
working-directory: ./sdks/js/packages/core
working-directory: ./web/packages/core
env:
GIT_REFNAME: ${{ github.ref_name }}

- name: Run Semantic Release 🚀
run: npm run release:ci
working-directory: ./sdks/js/packages/core
working-directory: ./web/packages/core
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion ui/.eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
extends: ['../sdks/js/tools/eslint-config'],
extends: ['../web/tools/eslint-config'],
};
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion sdks/js/package.json → web/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "sdks",
"name": "frontier-web",
"private": true,
"scripts": {
"build": "turbo run build",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading