Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Commit 310509a

Browse files
author
Julio Farah
authored
v3.13.6 (#170)
* Update history * publish declarations * install tsc before publishing to npm * amend tsc command * install tsc on dev packages * install typescript on CI
1 parent df9431b commit 310509a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- checkout
5656
- attach_workspace: { at: . }
5757
- run: npm config set "//registry.npmjs.org/:_authToken" $NPM_AUTH
58-
- run: yarn tsc
58+
- run: yarn add -D typescript && yarn run tsc --declaration
5959
- run: npm publish .
6060

6161
workflows:

HISTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# 3.13.6 / 2020-06-15
22

33
- test: test analytics.js from a test website
4+
- refactor: continue the typescript migration by moving some files to .ts and adding some types
45

56
# 3.13.5 / 2020-06-08
67

0 commit comments

Comments
 (0)