mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 12:49:43 +02:00
fix: Fix npm install errors on Windows (#368)
This commit is contained in:
parent
48380049e2
commit
b955e933b2
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
"client:test": "npm test --prefix client",
|
||||
"docker:build": "docker build -t ghcr.io/plankanban/planka:local -f Dockerfile .",
|
||||
"docker:build:base": "docker build -t ghcr.io/plankanban/planka:base-local -f Dockerfile.base .",
|
||||
"postinstall": "npm i --prefix server && npm i --prefix client",
|
||||
"postinstall": "(cd server && npm i && cd ../client && npm i)",
|
||||
"lint": "npm run server:lint && npm run client:lint",
|
||||
"prepare": "husky install",
|
||||
"server:console": "npm run console --prefix server",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue