Skip to content

Commit

Permalink
refact: tests package.json scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
veigajoao committed Sep 13, 2022
1 parent 038bb03 commit 5af6a8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/contracts/tests-rs/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@near/contracts",
"name": "contract-tests",
"version": "0.0.1",
"license": "UNLICENSED",
"main": "lib/index.ts",
"scripts": {
"copy:verificationkey": "mkdir -p temp && cp ../../circuits/out/verification_key.json ./temp/verification_key.json",
"build:commitments": "node prepare_commitments.js",
"build:proofs": ""
"test:full": "yarn copy:verificationkey && yarn build:commitments && cargo test"
},
"dependencies": {
"web3-utils": "1.7.5",
Expand Down

1 comment on commit 5af6a8d

@vercel
Copy link

@vercel vercel bot commented on 5af6a8d Sep 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.