Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit 2dce2ee

Browse files
committed
do not look at native dir
1 parent d4d8918 commit 2dce2ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
key: node-v1-{{ checksum "package.json" }}-{{ arch }}
1212

1313
- run: npm ci
14-
- run: cd native && npm ci
14+
- run: rm -rf native
1515

1616
- save_cache:
1717
key: node-v1-{{ checksum "package.json" }}-{{ arch }}

0 commit comments

Comments
 (0)