mirror of
https://github.com/mdgriffith/elm-optimize-level-2.git
synced 2024-11-29 12:46:32 +03:00
remove warnings from benchmark runs
This commit is contained in:
parent
bd12b08465
commit
992b37cd02
@ -24,8 +24,9 @@
|
||||
"test": "jest",
|
||||
"help": "ts-node -T src/index.ts --help",
|
||||
"prepare": "tsc -p tsconfig.json",
|
||||
"lvl-2": "ts-node -T src/index.ts",
|
||||
"run": "ts-node -T src/index.ts testcases/core/Main.elm",
|
||||
"run-benchmarks": "NODE_OPTIONS='--trace-warnings' ts-node -T src/benchmark/run.ts"
|
||||
"run-benchmarks": "ts-node -T src/benchmark/run.ts"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {}
|
||||
|
Loading…
Reference in New Issue
Block a user