mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 01:47:39 -07:00
Replace install-packages.js
with workspaces
This commit is contained in:
parent
eb9fbc99e1
commit
30396139bc
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