fix: missing pnpm pkg for dev

This commit is contained in:
2024-03-28 10:34:15 +02:00
parent 05863cf67b
commit e459e44ae3
3 changed files with 8 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ check_npm=(
"prettier"
"http-server"
"licenseg"
"vscode-json-language-server"
)
install_npm=(
@@ -67,6 +68,7 @@ install_npm=(
"prettier@latest"
"http-server"
"licenseg"
"vscode-langservers-extracted"
)
install_npm_final=()

1
package.json Normal file
View File

@@ -0,0 +1 @@
{}

5
pnpm-lock.yaml generated Normal file
View File

@@ -0,0 +1,5 @@
lockfileVersion: '6.0'
settings:
autoInstallPeers: true
excludeLinksFromLockfile: false