Skip to content

Commit

Permalink
yarn doc tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Alain Dumesny committed Mar 28, 2019
1 parent 126db86 commit 666c044
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PULL_REQUEST_TEMPLATE.md
Expand Up @@ -3,5 +3,5 @@ Please explain the changes you made here. Include an example of what your change

### Checklist
- [ ] Created tests which fail without the change (if possible)
- [ ] All tests passing (`npm test`)
- [ ] All tests passing (`yarn test`)
- [ ] Extended the README / documentation, if necessary
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -12,7 +12,7 @@
"test": "grunt lint && karma start karma.conf.js",
"lint": "grunt lint",
"reset": "rm -rf dist node_modules",
"prepublishOnly": "npm build"
"prepublishOnly": "yarn build"
},
"keywords": [
"gridstack",
Expand Down

0 comments on commit 666c044

Please sign in to comment.