Skip to content

Commit

Permalink
chore: fix benchmark npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
harttle committed Feb 27, 2019
1 parent 7bee9fc commit 21d674e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"integration": "mocha 'test/integration/**/*.ts'",
"e2e": "npm run build && mocha 'test/e2e/**/*.ts'",
"test": "npm run build && mocha 'test/**/*.ts'",
"benchmark": "ts-node --require tsconfig-paths/register benchmark",
"benchmark": "ts-node benchmark",
"coverage-html": "nyc --reporter=html mocha 'test/{unit,integration}/**/*.ts'",
"coverage-coveralls": "nyc mocha 'test/{unit,integration}/**/*.ts' && nyc report --reporter=text-lcov | coveralls",
"build": "rollup -c rollup.config.ts && ls -lh dist",
Expand Down

0 comments on commit 21d674e

Please sign in to comment.