Skip to content

Commit

Permalink
added eslint generate test
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcaufy committed Mar 25, 2017
1 parent a35a058 commit 00af027
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ packages/*/lib
packages/*/dist
packages/*/test/fixtures
packages/*/coverage
packages/wepy-cli/templates
gulpfile.js
4 changes: 4 additions & 0 deletions scripts/gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,16 @@ wepy new demo

wepy new emptydemo --empty

wepy new nolintdemo --on-lint

cd demo
wepy build

cd ../emptydemo
wepy build

cd ../nolintdemo
wepy build

# Cleanup
cleanup

0 comments on commit 00af027

Please sign in to comment.