mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 04:10:40 -07:00
chore: fix benchmark npm script
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user