Skip to content

Commit

Permalink
Update test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesplease committed Jun 16, 2021
1 parent 2655d51 commit 180ee8a
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 @@ -6,8 +6,8 @@
"module": "es/index.js",
"types": "types/index.d.ts",
"scripts": {
"test": "NODE_ENV=test jest --watchAll",
"test:watch": "jest --watch",
"test": "NODE_ENV=test jest",
"test:watch": "NODE_ENV=test jest --watchAll",
"clean": "rimraf ./dist ./es ./tmp ./lib ./types",
"prepublishOnly": "npm run build",
"postpublish": "npm run clean",
Expand Down

0 comments on commit 180ee8a

Please sign in to comment.