فهرست منبع

Test only the app.. lint is separate (#426)

Lipis 5 سال پیش
والد
کامیت
4b692da01d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -32,7 +32,7 @@
     "start": "react-scripts start",
     "test:app": "react-scripts test --env=jsdom --passWithNoTests",
     "test:code": "npm run prettier -- --list-different",
-    "test": "npm run test:code && npm run test:app"
+    "test": "npm run test:app"
   },
   "browserslist": [
     ">0.2%",