Fixing build

This commit is contained in:
Jonathan Putney
2019-11-13 21:19:45 -05:00
parent 290fb12f82
commit 63f8beee89
2 changed files with 1420 additions and 36 deletions

View File

@@ -38,7 +38,7 @@ jobs:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
- run: mkdir reports dist docs
- run: mkdir reports dist docs || true
# Run mocha
- run:
@@ -50,7 +50,7 @@ jobs:
- run:
name: eslint
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
# Run coverage report for Code Climate

1452
dist/scorm-again.min.js vendored

File diff suppressed because one or more lines are too long