Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3584de3

Browse files
committed
ci: prune before npm ls
1 parent 8f8a59c commit 3584de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
- npm run cibuild
1818
- npm run pretest
1919
- eval $(node tasks/docker.js setup)
20-
- npm ls
20+
- npm prune && npm ls
2121

2222
test:
2323
override:

0 commit comments

Comments
 (0)