Skip to content

Commit

Permalink
chore(gatsby): Add jest:loki script (#11709)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprobst authored and pieh committed Feb 12, 2019
1 parent c1f247e commit 9ed6271
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"hooks:uninstall": "node node_modules/husky/husky.js uninstall",
"hooks:install": "node node_modules/husky/husky.js install",
"jest": "jest",
"jest:loki": "cross-env GATSBY_DB_NODES=loki jest",
"lerna": "lerna",
"lerna-prepare": "lerna run prepare",
"lint": "npm-run-all --continue-on-error -p lint:code lint:other",
Expand Down

0 comments on commit 9ed6271

Please sign in to comment.