We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1stG
azz
JounQin
Learn more about funding links in repositories.
Report abuse
1 parent f7317a6 commit e500e3cCopy full SHA for e500e3c
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