fixing CI

This commit is contained in:
Klemek
2019-07-12 11:45:22 +02:00
parent 2d4256ab50
commit 19ec34439c
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ addons:
- subversion
install:
- npm install
- node build.sh
- node build.js
script:
- jest --silent --coverage --coverageReporters=text-lcov | coveralls
- jshint ./src
+2 -1
View File
@@ -6,7 +6,8 @@
"files": [
"/src",
"/dist",
"/svg_list.json"
"/svg_list.json",
"/build.js"
],
"scripts": {
"test": "jest --silent",