We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6247dca commit bfd49e2Copy full SHA for bfd49e2
package.json
@@ -64,7 +64,7 @@
64
"prestart": "git config commit.template .gitmessage",
65
"start": "webpack serve --mode=production",
66
"test": "jest --coverage",
67
- "test:watch": "jest --watch --caverage",
+ "test:watch": "jest --watch --coverage",
68
"deploy:demo": "gh-pages -d demo"
69
}
70
0 commit comments