mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
feat: migrate to pnpm (#253)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"installCommand": "npm install && npm run bootstrap",
|
||||
"buildCommand": "CI='' npm run build:webapp",
|
||||
"installCommand": "pnpm install",
|
||||
"buildCommand": "CI='' pnpm run build:webapp",
|
||||
"outputDirectory": "packages/webapp/build",
|
||||
"rewrites": [{
|
||||
"source": "/api/:slug*",
|
||||
|
||||
Reference in New Issue
Block a user