Skip to content
This repository was archived by the owner on Feb 8, 2020. It is now read-only.

Commit b4d4302

Browse files
author
Charlike Mike Reagent
committed
fix: circle config update
Signed-off-by: Charlike Mike Reagent <olsten.larck@gmail.com>
1 parent 0686099 commit b4d4302

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.circleci/config.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,8 @@ jobs:
2020
- checkout
2121
- *restore_modules_cache
2222
- run:
23-
name: Updating NPM
24-
command: yarn global add npm@latest
25-
- run:
26-
name: Installing Dependencies
27-
command: npx -p node@8 yarn install
23+
name: Installing dependencies
24+
command: yarn global add npm@latest && npx -p node@8 yarn install
2825
- save_cache:
2926
key: parse-function-{{ checksum "yarn.lock" }}
3027
paths: node_modules
@@ -51,10 +48,10 @@ jobs:
5148
- *restore_modules_cache
5249
- run:
5350
name: Building dist files
54-
command: npx -p node@8 yarn build
51+
command: yarn global add npm@latest && npx -p node@8 yarn build
5552
- run:
5653
name: Releasing and publishing
57-
command: npx -p node@8 new-release
54+
command: yarn global add npm@latest && npx -p node@8 new-release
5855

5956
workflows:
6057
version: 2

0 commit comments

Comments
 (0)