Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"check": "deno run -A npm:rescript format src/*.res && deno run -A npm:rescript",
"gossamer:dev": "deno task build:res && cargo run",
"gossamer:build": "deno task build && cargo build --release",
"test": "deno task build:res && deno test --allow-read tests/",
"test:forth": "gforth kernel/striker.fth -e 'test-strike bye'",
"verify": "hexdump -C dist/substrate.bin"
},
Expand Down
Loading
Loading