Skip to content

Commit

Permalink
ci(travis.yml): testing 5
Browse files Browse the repository at this point in the history
  • Loading branch information
willmendesneto committed Oct 16, 2019
1 parent 8eeda60 commit 8ed178c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"generate-banner": "node ./scripts/generate-banner.js",
"bundlesize": "bundlesize",
"lint": "eslint 'src/**/*.ts'",
"lint:fix": "eslint --fix '{scripts,src}/**/*.ts'",
"lint:fix": "eslint --fix 'src/**/*.ts'",
"version": "version-changelog CHANGELOG.md && changelog-verify CHANGELOG.md && git add CHANGELOG.md"
},
"bundlesize": [
Expand Down
3 changes: 1 addition & 2 deletions scripts/generate-banner.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
/* eslint-disable @typescript-eslint/no-var-requires */
const fs = require('fs');
const path = require('path');
const Mustache = require('mustache');
const pkg = require('../package.json');

const FILE_ENCODING = 'utf-8';
const EOL = '\n';

const readFile = filename => {
return fs.readFileSync(filename, FILE_ENCODING);
Expand Down

0 comments on commit 8ed178c

Please sign in to comment.