Skip to content

Commit

Permalink
update circle to keep babel-preset-gatsby-package so we can use it in
Browse files Browse the repository at this point in the history
our babel config
  • Loading branch information
wardpeet committed Mar 4, 2021
1 parent 1f510d2 commit f28eb27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -200,7 +200,7 @@ jobs:
- run:
name: "remove workspaces from package.json"
command: |
sed -i ':a;N;$!ba;s/,\n\s*"workspaces":\s\[[^]]*]//g' package.json
sed -i ':a;N;$!ba;s/,\n\s*"workspaces":\s\[[^]]*]/,"workspaces":\["packages\/babel-preset-gatsby"\]/g' package.json
- <<: *install_node_modules
- run: yarn lint:code
- run: yarn lint:docs
Expand Down

0 comments on commit f28eb27

Please sign in to comment.