8000
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 6993cfc commit 0b7e91bCopy full SHA for 0b7e91b
CONTRIBUTING.md
@@ -26,7 +26,7 @@ Hi! I’m really excited that you are interested in contributing to Vue.js. Befo
26
27
- Follow the [code style](#code-style).
28
29
-- Make sure the default grunt task passes. (see [development setup](#development-setup))
+- Make sure `npm test` passes. (see [development setup](#development-setup))
30
31
- If adding new feature:
32
- Add accompanying test case.
@@ -66,7 +66,7 @@ You will need [Node.js](http://nodejs.org).
66
67
``` bash
68
$ npm install
69
-# install pre-commit lint hook
+# optional: install pre-commit lint hook
70
$ npm run install-hook
71
```
72
0 commit comments