Skip to content

Commit

Permalink
chore: add dev dir to lint ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
sebnitu committed Sep 21, 2020
1 parent c6b7ca8 commit c8be117
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
**/node_modules
packages/*/dist
**/dev
**/dist
3 changes: 2 additions & 1 deletion .stylelintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
**/node_modules
packages/*/dist
**/dev
**/dist
2 changes: 1 addition & 1 deletion packages/modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"style": "index.scss",
"scripts": {
"build": "npm-run-all clean scripts styles",
"clean": "del dist && del dev",
"clean": "del dev && del dist",
"scripts": "npm-run-all scripts:dev scripts:dist",
"scripts:dev": "npm run scripts:dist -- --output=dev/modal.js --no-compress",
"scripts:dist": "microbundle --name=vrembem.Modal --external=none --globals=@vrembem/core/index=vrembem.core",
Expand Down

0 comments on commit c8be117

Please sign in to comment.