3db80a30e9
Release / release (push) Failing after 2m16s
Release / publish-packages (push) Has been skipped
Release / trigger-coopenomics-docs (push) Has been skipped
Release / trigger-mono-docs (push) Has been skipped
Build bootstrap container / build (push) Successful in 49s
17 lines
559 B
JSON
17 lines
559 B
JSON
{
|
|
"name": "@coopenomics/contracts",
|
|
"version": "2026.7.19-1",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build:all": "./build-all.sh",
|
|
"build:all:test": "./build-all.sh test",
|
|
"build:one": "./build.sh $1",
|
|
"build:one:test": "contract=$1 mode=test ./build.sh",
|
|
"enter": "./boot/scripts/enter.sh",
|
|
"standards:dev": "pnpm --filter @coopenomics/standards-site dev",
|
|
"standards:build": "pnpm --filter @coopenomics/standards-site build",
|
|
"standards:preview": "pnpm --filter @coopenomics/standards-site preview"
|
|
}
|
|
}
|