mirror of
https://github.com/zhigang1992/liquid-stacking.git
synced 2026-01-12 17:23:23 +08:00
20 lines
306 B
JSON
20 lines
306 B
JSON
|
|
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "check contracts",
|
|
"group": "test",
|
|
"type": "shell",
|
|
"command": "clarinet check"
|
|
},
|
|
{{
|
|
"type": "npm",
|
|
"script": "test",
|
|
"group": "test",
|
|
"problemMatcher": [],
|
|
"label": "npm test"
|
|
}
|
|
]
|
|
}
|