Skip to content

Commit

Permalink
Merge pull request #170 from bugwheels94/beta
Browse files Browse the repository at this point in the history
Beta
  • Loading branch information
bugwheels94 authored Jul 15, 2024
2 parents 273d260 + 4abfb8c commit d52ed30
Show file tree
Hide file tree
Showing 32 changed files with 28,265 additions and 1,173 deletions.
24 changes: 16 additions & 8 deletions .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'npm'
cache-dependency-path: ui/package.json
- run: npm i -g @lytejs/mesh@beta
Expand All @@ -42,7 +42,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'npm'
cache-dependency-path: package.json
- run: npm i -g @lytejs/mesh@beta
Expand All @@ -63,7 +63,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'npm'
cache-dependency-path: package.json
- name: Remove File
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'npm'
cache-dependency-path: package.json
- run: rm -rf ui
Expand Down Expand Up @@ -128,13 +128,21 @@ jobs:
needs: [ui, semantic-release-version-retrieval]
runs-on: flyci-macos-large-latest-m1
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
cache-dependency-path: package.json
- uses: actions/setup-python@v5
with:
python-version: 'pypy3.9'
- run: rm -rf ui
- uses: actions/download-artifact@v3
with:
name: ui
path: ui
- run: sudo -H pip install setuptools
- run: pip install setuptools
- run: npm i -g @lytejs/mesh@beta
- run: mesh -c sync dependencies
- run: npm i --legacy-peer-deps
Expand All @@ -157,7 +165,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'npm'
cache-dependency-path: package.json
- run: rm -rf ui
Expand Down Expand Up @@ -192,7 +200,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'npm'
cache-dependency-path: package.json
- run: rm -rf ui
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<img src="icons/super-terminal.png" />
</p>

1. Do you find **opening terminal after reboot** boring?
1. Do you find **opening the terminal after reboot** boring?
2. Do you **work on multiple folders**, like monorepo or full stack projects, in parallel?
3. Do you **need environment variables** always in some project?
4. Is running a project requires you to **run multiple commands** in different folders and you wanna automate that?
Expand Down
Loading

0 comments on commit d52ed30

Please sign in to comment.