Skip to content

Commit

Permalink
reorder tests
Browse files Browse the repository at this point in the history
  • Loading branch information
scurker committed Aug 4, 2017
1 parent 737f4c8 commit 33bee09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -22,7 +22,7 @@
"build": "npm-run-all clean transpile copy-typescript-definition copy-flow-definition && grunt build",
"prepublish": "npm run build",
"transpile": "rollup -c ./config/rollup.config.js && rollup -c ./config/rollup.umd.js",
"test": "npm-run-all --parallel test:ava test:typescript test:flow",
"test": "npm-run-all test:typescript test:flow test:ava",
"test:ava": "BABEL_ENV=test ava ./test/test.js",
"test:typescript": "tsc --noEmit ./test/test.ts",
"test:flow": "touch .flowconfig && flow"
Expand Down

0 comments on commit 33bee09

Please sign in to comment.