@decent.xyz/the-box-dev
v0.0.40
Published
The Box (Dev)
Readme
The Box
Build & Publish
Build
npm run buildBuild & Watch
npm run devPublish
npm run publishLocal testing
create a sync.paths file with the local projects
cd the-box
echo 'paths=(
"./examples/next-ts"
"./examples/react-js"
"../box-demo"
)
entries=(
"./examples/next-ts/pages/\_app.tsx"
"./examples/react-js/src/index.js"
"../box-demo/pages/\_app.tsx"
)' > sync.pathsrun the local projects
cd the-box/examples/next-ts
npm run devcd the-box/examples/react-js
npm run startbuilding manually syncs the package to other local projects
cd the-box
npm run buildwatching for changes automatically syncs the package to other local projects
cd the-box
npm run dev