Skip to content

Commit

Permalink
chore: remove unnecessary dir in test script
Browse files Browse the repository at this point in the history
  • Loading branch information
znck committed Apr 4, 2018
1 parent 7d50cde commit b416b9f
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 @@ -5,9 +5,9 @@
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "jest test",
"test": "jest",
"build": "tsc",
"prepublishOnly": "yarn"
"prepublishOnly": "yarn build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit b416b9f

Please sign in to comment.