Skip to content

Commit

Permalink
use electron to prevent test crash
Browse files Browse the repository at this point in the history
  • Loading branch information
光弘 committed Jan 8, 2018
1 parent 271ecc0 commit 28f319d
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 @@ -8,8 +8,8 @@
"server": "uxcore-tools run server",
"lint": "uxcore-tools run lint",
"build": "uxcore-tools run build",
"test": "uxcore-tools run test",
"coverage": "uxcore-tools run coverage",
"test": "uxcore-tools run electron",
"coverage": "uxcore-tools run electron-coverage",
"pub": "uxcore-tools run pub",
"dep": "uxcore-tools run dep",
"tnpm-dep": "uxcore-tools run tnpm-dep",
Expand Down

0 comments on commit 28f319d

Please sign in to comment.