chore: add build script to package.json (#275)

This commit is contained in:
Zoltan Kochan
2026-04-24 17:03:20 +02:00
committed by GitHub
parent a9018643a0
commit fcdfcff331
2 changed files with 22 additions and 0 deletions

13
pacquet/package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "pacquet-workspace",
"private": true,
"scripts": {
"build": "cargo build --release --bin pacquet"
},
"devEngines": {
"packageManager": {
"name": "pnpm",
"version": "11.0.0-rc.5"
}
}
}

9
pacquet/pnpm-lock.yaml generated Normal file
View File

@@ -0,0 +1,9 @@
lockfileVersion: '9.0'
settings:
autoInstallPeers: true
excludeLinksFromLockfile: false
importers:
.: {}