Skip to content

Commit

Permalink
fix: the commit removes the netlify-plugin-pnpm directory and modifie…
Browse files Browse the repository at this point in the history
…s the netlify.toml file
  • Loading branch information
prisis committed Aug 8, 2023
1 parent fcee341 commit cee49c1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 18 deletions.
11 changes: 0 additions & 11 deletions .netlify/netlify-plugin-pnpm/index.js

This file was deleted.

2 changes: 0 additions & 2 deletions .netlify/netlify-plugin-pnpm/manifest.yml

This file was deleted.

6 changes: 1 addition & 5 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
[build.environment]
NODE_VERSION = "18"
NPM_FLAGS="--version"

[[plugins]]
package = "/.netlify/netlify-plugin-pnpm"

[build]
command = "npx pnpm@8 install --store-dir=.pnpm --frozen-lockfile && npx pnpm@8 run download:resume && npx pnpm@8 run build && npx pnpm@8 run build:pdf"
command = "pnpm run download:resume && pnpm run build && pnpm run build:pdf"
publish = "dist"

0 comments on commit cee49c1

Please sign in to comment.