Skip to content

Commit 3a3c9f4

Browse files
authored
ci(release): Use npm clean-install for consistent dependency installation (fixes #245). (#263)
1 parent 004b09e commit 3a3c9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
cache: "npm"
3535
cache-dependency-path: "./package-lock.json"
3636

37-
- run: "npm install"
37+
- run: "npm clean-install"
3838

3939
- run: "npm run build"
4040

0 commit comments

Comments
 (0)