Skip to content

Commit

Permalink
chore: change script to include typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
Naturalclar committed Jan 1, 2020
1 parent d5efd0f commit aeb16e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "yarn tsc",
"release": "release-it",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ."
"lint": "eslint src/**/*.ts"
},
"author": "Nader Dabit",
"license": "ISC",
Expand All @@ -29,4 +29,4 @@
"index.js",
"lib"
]
}
}

0 comments on commit aeb16e0

Please sign in to comment.