Replace install-packages.js
with workspaces
This commit is contained in:
parent
9d1c8b4f00
commit
fd8170f1dc
1 changed files with 1 additions and 1 deletions
|
@ -7,9 +7,9 @@
|
|||
"url": "https://github.com/misskey-dev/misskey.git"
|
||||
},
|
||||
"packageManager": "yarn@3.2.1",
|
||||
"workspaces": ["client", "server", "sw"],
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"postinstall": "node ./scripts/install-packages.js",
|
||||
"build": "node ./scripts/build.js",
|
||||
"start": "cd packages/backend && node --experimental-json-modules ./built/index.js",
|
||||
"start:test": "cd packages/backend && cross-env NODE_ENV=test node --experimental-json-modules ./built/index.js",
|
||||
|
|
Loading…
Reference in a new issue