Skip to content

Commit

Permalink
chore: fix test command
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah committed Jun 8, 2020
1 parent c1a0d05 commit bb97916
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"gh-release": "^3.4.0",
"gotrue-js": "^0.9.21",
"html-webpack-plugin": "^4.3.0",
"jest": "^26.0.1",
"mkdirp": "^0.5.1",
"mobx": "^3.2.2",
"mobx-preact": "^1.1.0",
Expand Down Expand Up @@ -81,9 +80,7 @@
"react-demo": "cd example && yarn && yarn start",
"release": "node ./script/release.js",
"lint": "eslint src",
"test": "run-s lint format-check test:unit",
"test:unit": "jest",
"test:watch": "jest --watch",
"test": "run-s lint format-check",
"version": "run-s release changelog"
}
}

0 comments on commit bb97916

Please sign in to comment.