We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c44d86f commit 3344517Copy full SHA for 3344517
1 file changed
docs/tutorials/getting-started.md
@@ -72,7 +72,7 @@ Add the Snowpack development server to `package.json` under as the `start` scrip
72
```diff
73
"scripts": {
74
+ "start": "snowpack dev",
75
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "echo 'Error: no test specified' && exit 1"
76
},
77
78
```
0 commit comments