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 cf5ff97 commit 4168f2bCopy full SHA for 4168f2b
package.json
@@ -24,7 +24,7 @@
24
"src"
25
],
26
"scripts": {
27
- "build": "babel src -d lib",
+ "build": "rimraf lib && babel src -d lib --ignore '**/*spec.js'",
28
"test": "jest src",
29
"test:watch": "npm run test -- --watch",
30
"test:compat": "npm run test:backwards && npm run test:forwards && npm run test:latest",
@@ -47,7 +47,8 @@
47
"jest-dom": "2.1.0",
48
"react": "16.7.0-alpha.0",
49
"react-dom": "16.7.0-alpha.0",
50
- "react-testing-library": "5.2.3"
+ "react-testing-library": "5.2.3",
51
+ "rimraf": "2.6.2"
52
},
53
"jest": {
54
"coverageDirectory": "./coverage/",
0 commit comments