Fixing build
This commit is contained in:
@@ -38,7 +38,7 @@ jobs:
|
|||||||
- node_modules
|
- node_modules
|
||||||
key: v1-dependencies-{{ checksum "package.json" }}
|
key: v1-dependencies-{{ checksum "package.json" }}
|
||||||
|
|
||||||
- run: mkdir reports dist docs
|
- run: mkdir reports dist docs || true
|
||||||
|
|
||||||
# Run mocha
|
# Run mocha
|
||||||
- run:
|
- run:
|
||||||
@@ -50,7 +50,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: eslint
|
name: eslint
|
||||||
command: |
|
command: |
|
||||||
./node_modules/.bin/eslint ./ --format junit --output-file ./reports/eslint/eslint.xml
|
./node_modules/.bin/eslint ./src --format junit --output-file ./reports/eslint/eslint.xml
|
||||||
when: always
|
when: always
|
||||||
|
|
||||||
# Run coverage report for Code Climate
|
# Run coverage report for Code Climate
|
||||||
|
|||||||
1452
dist/scorm-again.min.js
vendored
1452
dist/scorm-again.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user