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.
2 parents ebb52e2 + 6039ab8 commit 3b3390dCopy full SHA for 3b3390d
package.json
@@ -13,7 +13,7 @@
13
"main": "dist/main.js",
14
"scripts": {
15
"watch": "babel src/ --out-dir dist/ --watch",
16
- "build": "rm -rf dist/ && babel src/ --out-dir dist/",
+ "build": "rm -rf dist/ && babel src/ --out-dir dist/ --ignore __tests__,__mocks__",
17
"prepublish": "npm run build",
18
"test": "jest"
19
},
0 commit comments