Remove trailing comma (#773)
This commit is contained in:
parent
59e558bbc0
commit
791558658f
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ You can now replace the placeholder "scripts" section of your `package.json` fil
|
|||
"scripts": {
|
||||
- "test": "echo \"Error: no test specified\" && exit 1"
|
||||
+ "start": "astro dev",
|
||||
+ "build": "astro build",
|
||||
+ "build": "astro build"
|
||||
},
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue