diff --git a/package.json b/package.json index d34555a..4a2af96 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "magnetizer", "version": "2.0.0", - "description": "Library for decoding and encoding magnet links.", + "description": "Library for decoding and encoding magnet links", "main": "src/index.js", "scripts": { "build": "./node_modules/.bin/tsc", "lint": "eslint src/**/*.ts", - "test": "./node_modules/.bin/jest --runInBand", + "test": "npm run lint && ./node_modules/.bin/jest --runInBand", "prepare": "npm run build", "prepublishOnly": "npm run lint && npm test" }, diff --git a/tsconfig.json b/tsconfig.json index 1cdabdb..34e7813 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -31,8 +31,7 @@ ] }, "include": [ - "src/**/*", - "test/**/*" + "src/**/*" ], "exclude": [ "node_modules",