Skip to content

Commit 7b19ac5

Browse files
committed
Cleanup workflow for launch
1 parent e6b75fb commit 7b19ac5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/static.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@ jobs:
2121
- uses: actions/setup-node@v4
2222
with:
2323
node-version-file: .nvmrc
24-
# cache: npm # cache node_modules for faster builds
2524

2625
- name: Install dependencies
27-
run: npm i # ci (not install) to install exact versions from package-lock.json
26+
run: npm i
2827

2928
# Build the SvelteKit project
3029
- name: Build project

0 commit comments

Comments
 (0)