Skip to content

Commit

Permalink
Fix test script.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxswa committed Mar 25, 2021
1 parent e200a8d commit 163f4dd
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 @@ -12,7 +12,7 @@
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "eslint --fix \"src/**/*.ts\"",
"test": "jest --config jestconfig.json",
"test": "jest",
"prepublish": "yarn run build",
"release": "np"
},
Expand Down

0 comments on commit 163f4dd

Please sign in to comment.