We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e69de80 commit 21e6f3cCopy full SHA for 21e6f3c
3 files changed
.github/workflows/main-release.yml
@@ -18,6 +18,9 @@ jobs:
18
- name: Install npm dependencies
19
run: npm i
20
21
+ - name: Dedupe
22
+ run: npm dedupe
23
+
24
- name: Update version number for telemetry
25
run: npm run versionUpdater
26
0 commit comments