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

Commit 782ae97

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- *restore_modules_cache
2222
- run:
2323
name: Installing dependencies
24-
command: yarn global add npm@latest && npx -p node@8 yarn install
24+
command: yarn add -D npx@latest && npx -p node@8 yarn install
2525
- save_cache:
2626
key: parse-function-{{ checksum "yarn.lock" }}
2727
paths: node_modules
@@ -48,10 +48,10 @@ jobs:
4848
- *restore_modules_cache
4949
- run:
5050
name: Building dist files
51-
command: yarn global add npm@latest && npx -p node@8 yarn build
51+
command: yarn add -D npx@latest && npx -p node@8 yarn build
5252
- run:
5353
name: Releasing and publishing
54-
command: yarn global add npm@latest && npx -p node@8 new-release
54+
command: yarn add -D npx@latest && npx -p node@8 new-release
5555

5656
workflows:
5757
version: 2

0 commit comments

Comments
 (0)