Add Rebuild Option [CI Skip]
This commit is contained in:
parent
8a7da9eaa0
commit
785ace95a4
@ -135,7 +135,7 @@ cp -r ../misskey/files . # if you don't use object storage
|
||||
```sh
|
||||
# git pull
|
||||
yarn install
|
||||
NODE_ENV=production yarn run build && yarn run migrate
|
||||
NODE_ENV=production yarn run rebuild && yarn run migrate
|
||||
pm2 start "NODE_ENV=production yarn start" --name Calckey
|
||||
```
|
||||
|
||||
|
@ -14,6 +14,7 @@
|
||||
],
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"rebuild": "yarn clean && yarn build",
|
||||
"build": "yarn workspaces foreach run build && yarn run gulp",
|
||||
"start": "yarn workspace backend run start",
|
||||
"start:test": "yarn workspace backend run start:test",
|
||||
|
Loading…
Reference in New Issue
Block a user