diff --git a/examples/audio_recorder/package.json b/examples/audio_recorder/package.json index 27ef263f6e..61fa7b86b9 100644 --- a/examples/audio_recorder/package.json +++ b/examples/audio_recorder/package.json @@ -1,8 +1,7 @@ { "scripts": { "pretest": "ts-node --transpile-only --ignore=false test/pretest.ts", - "test": "ts-node --transpile-only --ignore=false test/test.ts", - "benchmark": "ts-node --transpile-only --ignore=false benchmark/benchmark.ts" + "test": "ts-node --transpile-only --ignore=false test/test.ts" }, "dependencies": { "azle": "0.17.1" diff --git a/examples/motoko_examples/calc/package.json b/examples/motoko_examples/calc/package.json index f03c6738ab..2eaa678029 100644 --- a/examples/motoko_examples/calc/package.json +++ b/examples/motoko_examples/calc/package.json @@ -1,8 +1,7 @@ { "scripts": { "pretest": "ts-node --transpile-only --ignore=false test/pretest.ts", - "test": "ts-node --transpile-only --ignore=false test/test.ts", - "benchmark": "ts-node --transpile-only --ignore=false benchmark/benchmark.ts" + "test": "ts-node --transpile-only --ignore=false test/test.ts" }, "dependencies": { "azle": "0.17.1" diff --git a/examples/motoko_examples/counter/package.json b/examples/motoko_examples/counter/package.json index f03c6738ab..2eaa678029 100644 --- a/examples/motoko_examples/counter/package.json +++ b/examples/motoko_examples/counter/package.json @@ -1,8 +1,7 @@ { "scripts": { "pretest": "ts-node --transpile-only --ignore=false test/pretest.ts", - "test": "ts-node --transpile-only --ignore=false test/test.ts", - "benchmark": "ts-node --transpile-only --ignore=false benchmark/benchmark.ts" + "test": "ts-node --transpile-only --ignore=false test/test.ts" }, "dependencies": { "azle": "0.17.1" diff --git a/examples/motoko_examples/factorial/package.json b/examples/motoko_examples/factorial/package.json index f03c6738ab..2eaa678029 100644 --- a/examples/motoko_examples/factorial/package.json +++ b/examples/motoko_examples/factorial/package.json @@ -1,8 +1,7 @@ { "scripts": { "pretest": "ts-node --transpile-only --ignore=false test/pretest.ts", - "test": "ts-node --transpile-only --ignore=false test/test.ts", - "benchmark": "ts-node --transpile-only --ignore=false benchmark/benchmark.ts" + "test": "ts-node --transpile-only --ignore=false test/test.ts" }, "dependencies": { "azle": "0.17.1" diff --git a/examples/motoko_examples/quicksort/package.json b/examples/motoko_examples/quicksort/package.json index f03c6738ab..2eaa678029 100644 --- a/examples/motoko_examples/quicksort/package.json +++ b/examples/motoko_examples/quicksort/package.json @@ -1,8 +1,7 @@ { "scripts": { "pretest": "ts-node --transpile-only --ignore=false test/pretest.ts", - "test": "ts-node --transpile-only --ignore=false test/test.ts", - "benchmark": "ts-node --transpile-only --ignore=false benchmark/benchmark.ts" + "test": "ts-node --transpile-only --ignore=false test/test.ts" }, "dependencies": { "azle": "0.17.1" diff --git a/examples/motoko_examples/simple-to-do/package.json b/examples/motoko_examples/simple-to-do/package.json index f03c6738ab..2eaa678029 100644 --- a/examples/motoko_examples/simple-to-do/package.json +++ b/examples/motoko_examples/simple-to-do/package.json @@ -1,8 +1,7 @@ { "scripts": { "pretest": "ts-node --transpile-only --ignore=false test/pretest.ts", - "test": "ts-node --transpile-only --ignore=false test/test.ts", - "benchmark": "ts-node --transpile-only --ignore=false benchmark/benchmark.ts" + "test": "ts-node --transpile-only --ignore=false test/test.ts" }, "dependencies": { "azle": "0.17.1" diff --git a/examples/motoko_examples/whoami/package.json b/examples/motoko_examples/whoami/package.json index d086243eae..60927ab614 100644 --- a/examples/motoko_examples/whoami/package.json +++ b/examples/motoko_examples/whoami/package.json @@ -1,8 +1,7 @@ { "scripts": { "pretest": "ts-node --transpile-only --ignore=false test/pretest.ts", - "test": "ts-node --transpile-only --ignore=false test/test.ts", - "benchmark": "ts-node --transpile-only --ignore=false benchmark/benchmark.ts" + "test": "ts-node --transpile-only --ignore=false test/test.ts" }, "dependencies": { "azle": "0.17.1" diff --git a/examples/update/package.json b/examples/update/package.json index 27ef263f6e..61fa7b86b9 100644 --- a/examples/update/package.json +++ b/examples/update/package.json @@ -1,8 +1,7 @@ { "scripts": { "pretest": "ts-node --transpile-only --ignore=false test/pretest.ts", - "test": "ts-node --transpile-only --ignore=false test/test.ts", - "benchmark": "ts-node --transpile-only --ignore=false benchmark/benchmark.ts" + "test": "ts-node --transpile-only --ignore=false test/test.ts" }, "dependencies": { "azle": "0.17.1"