mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-11-24 06:25:50 +00:00
chore: create artifacts dir on run
This commit is contained in:
parent
e43f924113
commit
eadc867182
2
.gitignore
vendored
2
.gitignore
vendored
@ -6,4 +6,4 @@ test/typescript/definitions.js
|
|||||||
dist/
|
dist/
|
||||||
openpgp.store/
|
openpgp.store/
|
||||||
coverage
|
coverage
|
||||||
test/fuzz/reports
|
test/fuzz/artifacts
|
||||||
|
|||||||
@ -47,7 +47,7 @@
|
|||||||
"prepare": "npm run build",
|
"prepare": "npm run build",
|
||||||
"test": "mocha --timeout 120000 test/unittests.js",
|
"test": "mocha --timeout 120000 test/unittests.js",
|
||||||
"test-type-definitions": "node --loader ts-node/esm test/typescript/definitions.ts",
|
"test-type-definitions": "node --loader ts-node/esm test/typescript/definitions.ts",
|
||||||
"fuzz": "jazzer test/fuzz/$TARGET -- -artifact_prefix=test/fuzz/reports/",
|
"fuzz": "mkdir -p test/fuzz/artifacts && jazzer test/fuzz/$TARGET -- -artifact_prefix=test/fuzz/artifacts/",
|
||||||
"benchmark-time": "node test/benchmarks/time.js",
|
"benchmark-time": "node test/benchmarks/time.js",
|
||||||
"benchmark-memory-usage": "node test/benchmarks/memory_usage.js",
|
"benchmark-memory-usage": "node test/benchmarks/memory_usage.js",
|
||||||
"start": "http-server",
|
"start": "http-server",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user