Skip to content

Commit

Permalink
fix js lint
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Oct 13, 2017
1 parent 56a3c09 commit 842a4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clean-scripts.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const execAsync = util.promisify(childProcess.exec)

const tsFiles = `"src/**/*.ts" "src/**/*.tsx" "spec/**/*.ts" "demo/**/*.ts" "demo/**/*.tsx" "screenshots/**/*.ts"`
const lessFiles = `"src/**/*.less"`
const jsFiles = `"*.config.js"`
const jsFiles = `"*.config.js" "demo/*.config.js"`

module.exports = {
build: [
Expand Down

0 comments on commit 842a4de

Please sign in to comment.