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 f7317a6 commit e500e3cCopy full SHA for e500e3c
1 file changed
package.json
@@ -37,7 +37,7 @@
37
"scripts": {
38
"prepublishOnly": "yarn build",
39
"pretty-quick": "./bin/pretty-quick.js",
40
- "build": "babel src -d dist --copy-files --ignore __tests__",
+ "build": "babel src -d dist --copy-files --no-copy-ignored --ignore '**/__tests__/*.js'",
41
"test": "jest",
42
"lint": "eslint . --ignore-path=.gitignore",
43
"semantic-release": "semantic-release"
0 commit comments