Ignore more folder for standard
authorShinigami92 <chrissi92@hotmail.de>
Sun, 7 Feb 2021 12:02:05 +0000 (13:02 +0100)
committerShinigami92 <chrissi92@hotmail.de>
Sun, 7 Feb 2021 12:02:05 +0000 (13:02 +0100)
package.json

index 07cebf187d8a6bf00352ab297ab39c975846aac8..acdb54cc846ca92fd1fa0b8f91ae9979d5638847 100644 (file)
@@ -6,7 +6,7 @@
   "scripts": {
     "build": "npm run build:clean && tsc",
     "build:clean": "rimraf lib",
-    "test": "npm run build && nyc mocha --exit --timeout 20000 tests/*test.js ",
+    "test": "standard && ts-standard && npm run build && nyc mocha --exit --timeout 20000 tests/*test.js ",
     "test:debug": "mocha --inspect-brk --exit tests/*test.js ",
     "test:nodemon": "nodemon --exec \"npm test\"",
     "coverage": "nyc report --reporter=text-lcov | coveralls",
@@ -36,6 +36,7 @@
       "node"
     ],
     "ignore": [
+      "lib/",
       "src/",
       "examples/typescript/"
     ]
       "mocha",
       "node"
     ],
-    "extensions": ".ts"
+    "extensions": ".ts",
+    "ignore": [
+      "lib/",
+      "examples/typescript/"
+    ]
   },
   "author": "pioardi",
   "license": "MIT",