We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19ba5e5 commit 8188cb3Copy full SHA for 8188cb3
.github/workflows/ci.yml
@@ -53,6 +53,7 @@ jobs:
53
# test code
54
- run: npm run standard
55
- run: npm run validate
56
+ - name : rm file
57
- run: npm run c8
58
# Test global install of the package
59
- run: npm pack .
0 commit comments