We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 080e8aa commit 34a9e59Copy full SHA for 34a9e59
package.json
@@ -65,7 +65,7 @@
65
"host": "https://nodegit.s3.amazonaws.com/nodegit/nodegit/"
66
},
67
"scripts": {
68
- "babel": "babel --presets es2015 -d dist lib",
+ "babel": "babel --presets es2015 -d ./dist ./lib",
69
"cov": "npm run cppcov && npm run filtercov && npm run mergecov",
70
"coveralls": "cat ./test/coverage/merged.lcov | coveralls",
71
"cppcov": "mkdir -p test/coverage/cpp && ./lcov-1.10/bin/lcov --gcov-tool /usr/bin/gcov-4.9 --capture --directory build/Release/obj.target/nodegit/src --output-file test/coverage/cpp/lcov_full.info",
0 commit comments