Skip to content

Commit 0c99a14

Browse files
committed
[web.editor] release 0.0.15, fix github build
1 parent 548573f commit 0c99a14

File tree

5 files changed

+8
-32
lines changed

5 files changed

+8
-32
lines changed

.github/workflows/web-editor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
run: |
3232
npm run build:lock
3333
npm ci --workspaces=false
34-
ls -la node_modules
3534
3635
- name: Prepare .env
3736
run: cp .env.sample .env.local

.github/workflows/web-tools.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515
id-token: write
1616

1717
jobs:
18-
ci:
18+
check:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
@@ -43,7 +43,7 @@ jobs:
4343
run: npm run test -w @luzzle/web.tools
4444

4545
publish:
46-
needs: ci
46+
needs: check
4747
if: github.ref_type == 'tag' && startsWith(github.ref_name, 'web.tools/v')
4848
runs-on: ubuntu-latest
4949
permissions:

.github/workflows/web-utils.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515
id-token: write
1616

1717
jobs:
18-
ci:
18+
check:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
@@ -40,7 +40,7 @@ jobs:
4040
run: npm run test -w @luzzle/web.utils
4141

4242
publish:
43-
needs: ci
43+
needs: check
4444
if: github.ref_type == 'tag' && startsWith(github.ref_name, 'web.utils/v')
4545
runs-on: ubuntu-latest
4646
permissions:

package-lock.json

Lines changed: 2 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/web/editor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@luzzle/web.editor",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"private": true,
55
"scripts": {
66
"dev": "dotenvx run -f .env.local -- vite dev",
@@ -21,7 +21,7 @@
2121
},
2222
"devDependencies": {
2323
"@iconify-json/ph": "1.2.2",
24-
"@luzzle/core": "0.0.33",
24+
"@luzzle/core": "0.0.34",
2525
"@sveltejs/adapter-node": "5.2.12",
2626
"@sveltejs/enhanced-img": "0.8.1",
2727
"@sveltejs/kit": "2.43.0",

0 commit comments

Comments
 (0)