Cleanup after script updates

This commit is contained in:
Angelos Chalaris
2018-10-19 20:31:51 +03:00
parent 75b5273673
commit 6e1cc01ecc
2 changed files with 3 additions and 3 deletions

View File

@ -7,15 +7,16 @@ node_js:
before_install:
- npm install -g semistandard
- npm install -g prettier
- npm install -g eslint
script:
- npm run tagger
- npm run linter
- npm run webber
- npm run builder
- npm run packager
- npm run tester
- npm run extractor
- npm run glossary:keymaker
- npm run webber
- npm run builder
- npm run glossary:librarian
after_success:
- chmod +x .travis/push.sh

View File

@ -10,7 +10,6 @@
"jest-tap-reporter": "^1.9.0",
"markdown-builder": "^0.8.4",
"markdown-it": "^8.4.2",
"mini.css": "^2.3.7",
"node-sass": "^4.9.3",
"octicons": "^7.4.0",
"prettier": "^1.14.2",