Skip to main content
Module

x/clarigen/scripts.yaml

Deno package for type-safe Clarinet tests
Go to Latest
File
scripts: clarigen: - cmd: vr main
clarigen-watch: cmd: vr main watch: ./contracts/*.clar
deployments: cmd: src/cli/gen-deployments.ts allow: - read - write
test: deno test -A test_pkg
type-stubs: cmd: - scripts/generate-type-stubs.ts - deno fmt src/cli/type-stub.ts allow: - read - write
copy-version: cmd: - scripts/copy-version.ts - deno fmt src/cli/version.ts allow: - read - write
check: pll: - deno check src/index.ts - deno check cli.ts - deno check test_pkg/* - deno check tests/tester_test.ts - deno lint
build: cmd: - vr check - vr copy-version - vr type-stubs - vr clarigen
release: - sh scripts/check-git.sh - yarn changeset version - vr build - git add . - 'git commit -m "chore: version"' - yarn changeset tag - git push origin --follow-tags
test-all: pll: - deno test test_pkg - clarinet test
main: cmd: cli.ts allow: - all
lock: deno cache --lock=lock.json --lock-write src/deps.ts
refresh: deno cache --reload --lock=lock.json --lock-write src/deps.ts