fixing CI
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ addons:
|
|||||||
- subversion
|
- subversion
|
||||||
install:
|
install:
|
||||||
- npm install
|
- npm install
|
||||||
- node build.sh
|
- node build.js
|
||||||
script:
|
script:
|
||||||
- jest --silent --coverage --coverageReporters=text-lcov | coveralls
|
- jest --silent --coverage --coverageReporters=text-lcov | coveralls
|
||||||
- jshint ./src
|
- jshint ./src
|
||||||
+2
-1
@@ -6,7 +6,8 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"/src",
|
"/src",
|
||||||
"/dist",
|
"/dist",
|
||||||
"/svg_list.json"
|
"/svg_list.json",
|
||||||
|
"/build.js"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "jest --silent",
|
"test": "jest --silent",
|
||||||
|
|||||||
Reference in New Issue
Block a user