Skip to content

Commit

Permalink
docs(cli): #38 fix dev script on windows
Browse files Browse the repository at this point in the history
Use double instead of single quotes to fix dev script on windows
  • Loading branch information
sdorra committed Apr 9, 2024
1 parent c196dce commit fd94a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ linkText: CLI
```json
{
"scripts": {
"dev": "concurrently 'content-collections watch' 'build-scripts dev'",
"dev": "concurrently \"content-collections watch\" \"build-scripts dev\"",
"build": "content-collections build && build-scripts build"
}
}
Expand Down

0 comments on commit fd94a69

Please sign in to comment.