Skip to content

Commit 065330a

Browse files
committed
fix build script
1 parent 825807a commit 065330a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# fallback to using the latest cache if no exact match is found
3737
- v1-dependencies-
3838

39-
- run: npm install --also dev
39+
- run: npm install
4040

4141
- save_cache:
4242
paths:
@@ -45,7 +45,7 @@ jobs:
4545

4646

4747
# generate types
48-
- run: tsc
48+
- run: ./node_modules/.bin/tsc
4949

5050
# run tests!
5151
- run: sudo npm install -g istanbul codecov

0 commit comments

Comments
 (0)