mirror of
https://github.com/pnpm/pnpm.git
synced 2026-07-19 20:22:21 -04:00
chore: add build script to package.json (#275)
This commit is contained in:
13
pacquet/package.json
Normal file
13
pacquet/package.json
Normal 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
9
pacquet/pnpm-lock.yaml
generated
Normal file
@@ -0,0 +1,9 @@
|
||||
lockfileVersion: '9.0'
|
||||
|
||||
settings:
|
||||
autoInstallPeers: true
|
||||
excludeLinksFromLockfile: false
|
||||
|
||||
importers:
|
||||
|
||||
.: {}
|
||||
Reference in New Issue
Block a user