Skip to content

Commit 3ea24cd

Browse files
Removes cleaning from the publishing workflow
1 parent f25e1ec commit 3ea24cd

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,8 @@ jobs:
2525
- name: Install dependencies
2626
run: npm ci
2727

28-
- name: Clean and build
29-
run: |
30-
npm run clean
31-
npm run build
28+
- name: Build
29+
run: npm run build
3230

3331
- name: Get version from tag
3432
id: get_version

0 commit comments

Comments
 (0)