Skip to content

Commit

Permalink
Fixed script type ("lin")
Browse files Browse the repository at this point in the history
  • Loading branch information
aljoshakoecher committed Jun 16, 2020
1 parent 47661f6 commit 8745e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:only": "mocha -r ts-node/register tests/**/*.test.ts",
"coverage": "nyc npm run test:only",
"lint": "eslint src tests/**/* --ext .ts",
"prepublishOnly": "npm run lin && npm run coverage && npm run build"
"prepublishOnly": "npm run lint && npm run coverage && npm run build"
},
"files": [
"dist/**/*"
Expand Down

0 comments on commit 8745e4a

Please sign in to comment.