Skip to content

Commit 666c044

Browse files
author
Alain Dumesny
committed
yarn doc tweaks
1 parent 126db86 commit 666c044

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ Please explain the changes you made here. Include an example of what your change
33

44
### Checklist
55
- [ ] Created tests which fail without the change (if possible)
6-
- [ ] All tests passing (`npm test`)
6+
- [ ] All tests passing (`yarn test`)
77
- [ ] Extended the README / documentation, if necessary

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test": "grunt lint && karma start karma.conf.js",
1313
"lint": "grunt lint",
1414
"reset": "rm -rf dist node_modules",
15-
"prepublishOnly": "npm build"
15+
"prepublishOnly": "yarn build"
1616
},
1717
"keywords": [
1818
"gridstack",

0 commit comments

Comments
 (0)