Skip to content

Commit

Permalink
fix: remove extra { in package.json template (#1256)
Browse files Browse the repository at this point in the history
  • Loading branch information
tippenein authored Nov 16, 2023
1 parent 7a0a563 commit 7f20e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/clarinet-cli/src/generate/project.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ impl GetChangesForNewProject {
"type": "shell",
"command": "clarinet check"
},
{{
{
"type": "npm",
"script": "test",
"group": "test",
Expand Down

0 comments on commit 7f20e50

Please sign in to comment.