Skip to content

Commit 1c5ec50

Browse files
committed
Circleci updates
1 parent 567d3f2 commit 1c5ec50

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
key: dependency-cache-{{ checksum "package.json" }}
2121
paths:
2222
- ./node_modules
23+
- run:
24+
name: Update version number for telemetry
25+
command: npm run versionUpdater
2326
- run:
2427
name: build
2528
command: npm run build

0 commit comments

Comments
 (0)