Remove trailing comma (#773)

This commit is contained in:
Sha Mwe La 2021-07-20 20:26:00 +06:30 committed by GitHub
parent 59e558bbc0
commit 791558658f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
},
}
```