소스 검색

remove coverage dir from npm package

I wonder if the `coverage` directory is necessary to be included in the distribution package. I see it takes up around 3.5MB which contributes a lot to the package size.
弘树@阿里 8 년 전
부모
커밋
cce14e64c3
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      .npmignore

+ 2 - 1
.npmignore

@@ -1 +1,2 @@
-test/fixtures/compile-performance.js
+test/fixtures/compile-performance.js
+coverage