Skip to content

Commit

Permalink
merge unit and e2e script into npm run test
Browse files Browse the repository at this point in the history
  • Loading branch information
syt123450 committed Jan 22, 2019
1 parent fe08cd7 commit 3e50fe4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "Neural network 3D visualization framework",
"main": "build/tensorspace.module.js",
"scripts": {
"test": "mocha",
"test": "npm run test-unit && npm run test-e2e",
"test-unit": "mocha",
"test-e2e": "./scripts/test-e2e.sh",
"build": "rollup --config rollup.config.js",
"build-npm": "rollup --config rollup.config.npm.js",
Expand Down

0 comments on commit 3e50fe4

Please sign in to comment.