Skip to content

Commit c8c34f2

Browse files
authored
chore: Another fix to starters_publish
1 parent 1604b7a commit c8c34f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -484,11 +484,11 @@ jobs:
484484
executor: node
485485
steps:
486486
- checkout
487+
# jq is helpful for parsing json & python required for node-gyp to build lmdb
488+
- run: sudo apt-get update && sudo apt-get install jq python -y
487489
- <<: *restore_cache
488490
- <<: *install_node_modules
489491
- run: yarn markdown
490-
# jq is helpful for parsing json & python required for node-gyp to build lmdb
491-
- run: sudo apt-get update && sudo apt-get install jq python -y
492492
- run: git config --global user.name "GatsbyJS Bot"
493493
- run: git config --global user.email "[email protected]"
494494
- run: sh ./scripts/publish-starters.sh "starters/*"

0 commit comments

Comments
 (0)