We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eec61b commit 48c8353Copy full SHA for 48c8353
package.json
@@ -11,7 +11,7 @@
11
"build": "microbundle",
12
"precommit": "lint-staged && npm test",
13
"dev": "microbundle watch",
14
- "lint": "prettier-eslint '**/*.{js,ts}' --list-different",
+ "lint": "prettier-eslint '**/*.{js,ts}' --ignore 'dist/**' --list-different",
15
"prepublish": "npm run build",
16
"test": "npm run lint"
17
},
0 commit comments