diff --git a/package.json b/package.json index 2c4d712d..17f7e931 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,8 @@ "test:coverage": "npm test -- --coverage", "test:watch": "npm test -- --watch", "svgr": "svgr --icon --filename-case kebab assets/svg --out-dir app/svgr && rm app/svgr/index.js", - "transpile": "babel app --ignore app/test --out-dir dist --source-maps", - "hot-transpile": "babel --watch app --ignore app/test --out-dir dist/ --source-maps", + "transpile": "babel app --ignore **/__tests__ --out-dir dist --source-maps", + "hot-transpile": "babel --watch app --ignore **/__tests__ --out-dir dist --source-maps", "hot-server": "nodemon --inspect dist/server/start.js", "hot-client": "webpack-dev-server --config webpack-dev.config.js --devtool source-map --host 0.0.0.0", "postinstall": "bash postinstall.sh",