1
0
Fork 0

ignore yarn files

This commit is contained in:
Lukas Winkler 2018-04-04 12:53:17 +02:00
parent 7fd2ee8fbd
commit 40848eef2b
No known key found for this signature in database
GPG key ID: 94AFBE7C2656A5B5

View file

@ -15,8 +15,8 @@
},
"scripts": {
"copy": "bash copy.sh",
"build": "web-ext build --ignore-files '**/*.sh' 'docs/'",
"webext_lint": "web-ext lint --warnings-as-errors --ignore-files 'libs/*' 'docs/' '**/*.sh'",
"build": "web-ext build --ignore-files '**/*.sh' 'docs/' 'yarn*'",
"webext_lint": "web-ext lint --warnings-as-errors --ignore-files 'libs/*' 'docs/' '**/*.sh' 'yarn*'",
"jshint": "jshint js/",
"htmllint": "htmllint popup.html popup.html",
"all": "npm-run-all copy --parallel webext_lint jshint htmllint --sequential build"