Skip to content

Commit f175667

Browse files
committed
ci: reset package workspace
1 parent f5b5697 commit f175667

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/consumer_test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
# from it later to install the package
2626
- name: Create a tarball for the package
2727
run: npm pack --pack-destination consumer-test --json > consumer-test/pack.json
28+
- name: Clean package directory
29+
run: |
30+
npm run clean
31+
rm -rf node_modules
2832
- name: Test
2933
id: test
3034
working-directory: consumer-test

0 commit comments

Comments
 (0)