We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 126db86 commit 666c044Copy full SHA for 666c044
PULL_REQUEST_TEMPLATE.md
@@ -3,5 +3,5 @@ Please explain the changes you made here. Include an example of what your change
3
4
### Checklist
5
- [ ] Created tests which fail without the change (if possible)
6
-- [ ] All tests passing (`npm test`)
+- [ ] All tests passing (`yarn test`)
7
- [ ] Extended the README / documentation, if necessary
package.json
@@ -12,7 +12,7 @@
12
"test": "grunt lint && karma start karma.conf.js",
13
"lint": "grunt lint",
14
"reset": "rm -rf dist node_modules",
15
- "prepublishOnly": "npm build"
+ "prepublishOnly": "yarn build"
16
},
17
"keywords": [
18
"gridstack",
0 commit comments