Skip to content

Commit

Permalink
fix: Cannot install with "frozen-lockfile" because pnpm-lock.yaml is …
Browse files Browse the repository at this point in the history
…not up to date with <ROOT>/playground/package.json
  • Loading branch information
waset committed Oct 18, 2024
1 parent d1d0096 commit 5187634
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 3 deletions.
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dev": "nodemon -w '../src/**/*.ts' -e .ts -x vite"
},
"devDependencies": {
"unplugin-iconify": "workspaces:*",
"@waset/unplugin-iconify": "latest",
"vite": "^5.4.2",
"vite-plugin-inspect": "^0.8.7"
}
Expand Down
10 changes: 8 additions & 2 deletions playground/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
import { defineConfig } from 'vite'
import Inspect from 'vite-plugin-inspect'
import Unplugin from '../src/vite'
/**
* package.json
*
* "unplugin-iconify": "workspaces:*",
*/
// import Iconify from '../src/vite'
import Iconify from '@waset/unplugin-iconify/vite'

export default defineConfig({
plugins: [
Inspect(),
Unplugin(),
Iconify(),
],
})
43 changes: 43 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5187634

Please sign in to comment.