Skip to content

Commit

Permalink
chore: remove pnpm and add gitingore item for vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
jctaoo committed Jul 27, 2021
1 parent ea6af42 commit e6afca8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -285,4 +285,5 @@ fabric.properties
# .yarn/cache
# .pnp.*

# End of https://www.toptal.com/developers/gitignore/api/macos,webstorm,visualstudiocode,node,react,yarn
# End of https://www.toptal.com/developers/gitignore/api/macos,webstorm,visualstudiocode,node,react,yarn
.vercel
1 change: 0 additions & 1 deletion gatsby-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ export default {
PARALLEL_SOURCING: true,
},
plugins: [
"gatsby-plugin-pnpm",
"gatsby-plugin-antd",
{
resolve: `gatsby-plugin-sass`,
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.22.0",
"gatsby-plugin-antd": "^2.2.0",
"gatsby-plugin-pnpm": "^1.2.6",
"gatsby-plugin-typescript": "^3.2.0",
"npm-run-all": "^4.1.5",
"source-map-support": "^0.5.19",
Expand Down
7 changes: 0 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8787,13 +8787,6 @@ gatsby-plugin-page-creator@^3.2.0:
globby "^11.0.2"
lodash "^4.17.21"

gatsby-plugin-pnpm@^1.2.6:
version "1.2.6"
resolved "https://registry.npmjs.org/gatsby-plugin-pnpm/-/gatsby-plugin-pnpm-1.2.6.tgz#4a23b7fe0045314bd375f316887edccb0a3382b1"
integrity sha512-DW4D5tPppR1ITI6yc5JPojli2FTV+9COOCjwvYvFGh9CDDQiwnDTAU2eyPHkarKfgPMku65CqrROE4nvhV7LqA==
dependencies:
lodash.uniq "^4.5.0"

gatsby-plugin-react-helmet@^4.2.0:
version "4.2.0"
resolved "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.2.0.tgz#406a8500576fe13674b317041a91b73189b5c58f"
Expand Down

1 comment on commit e6afca8

@vercel
Copy link

@vercel vercel bot commented on e6afca8 Jul 27, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.