update config
This commit is contained in:
parent
a1aa8c2707
commit
132e06c575
2 changed files with 4 additions and 6 deletions
|
@ -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:
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue