1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00

update config

This commit is contained in:
dark64 2022-01-28 14:59:35 +01:00
parent a1aa8c2707
commit 132e06c575
2 changed files with 4 additions and 6 deletions

View file

@ -133,12 +133,10 @@ jobs:
- run:
name: Build
no_output_timeout: "30m"
command: npm run build
command: npm run build:dev
- save_cache:
paths:
- target/debug/.fingerprint
- target/debug/build
- target/debug/deps
- target
key: js-cache-{{ .Environment.CACHE_VERSION }}-{{ arch }}-{{ checksum "Cargo.lock" }}
zokrates_js_test:
docker:

View file

@ -33,9 +33,9 @@
"build:node:dev": "rimraf node/pkg && npm run wasm-pack -- --target nodejs -d node/pkg --dev && npm run clean-node-pkg",
"clean-pkg": "rimraf pkg/README.md",
"clean-node-pkg": "rimraf node/pkg/README.md",
"pretest": "npm run setup && npm run build:node",
"pretest": "npm run setup && npm run build:node:dev",
"test": "npm run run-tests",
"run-tests": "mocha --timeout 10000 --require esm --recursive tests"
"run-tests": "mocha --timeout 30000 --require esm --recursive tests"
},
"devDependencies": {
"dree": "^2.6.1",