Skip to content

Commit c36e62e

Browse files
committed
doch wichtig
1 parent 0e381aa commit c36e62e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/release.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
submodules: true
1919
- name: Setup node
2020
uses: actions/setup-node@v3
21-
# - name : Install dependencies
22-
# run: |
23-
# cd dependencies
24-
# cd svelte-navbar
25-
# npm i
26-
# npm run build
27-
# cd ..
21+
- name : Install dependencies
22+
run: |
23+
cd dependencies
24+
cd svelte-navbar
25+
npm i
26+
npm run build
27+
cd ..
2828
- run: npm i
2929
- run: npm run build
3030
- name: upload build folder as artifact

dependencies/svelte-navbar

0 commit comments

Comments
 (0)