mirror of
https://github.com/onsonr/nebula.git
synced 2025-03-10 17:29:11 +00:00
refactor: migrate devbox from bun to pnpm
This commit is contained in:
parent
edc46475af
commit
45d5e45d6a
@ -6,14 +6,14 @@
|
|||||||
],
|
],
|
||||||
"shell": {
|
"shell": {
|
||||||
"init_hook": [
|
"init_hook": [
|
||||||
"bun install"
|
"pnpm install"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": [
|
"build": [
|
||||||
"bun run build"
|
"pnpm run build"
|
||||||
],
|
],
|
||||||
"publish": [
|
"publish": [
|
||||||
"npm publish"
|
"pnpm publish"
|
||||||
],
|
],
|
||||||
"bump": [
|
"bump": [
|
||||||
"npm version patch"
|
"npm version patch"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user