Gulp tasks not being executed #93

Closed
opened 2022-08-29 11:48:42 +00:00 by mia · 1 comment
Contributor

So I just migrated from Misskey 12.118.1 to FoundKey main (14b90668b9) and had to manually run gulp. This isn’t mentioned in the install instructions. Shouldn’t this happen automatically?

Here’s the steps I executed after checking out the branch and updating submodules:

yarn cleanall
yarn install
NODE_ENV=production yarn build
yarn migrate
So I just migrated from Misskey 12.118.1 to FoundKey main (14b90668b9c8804ab70270c540838d297d2f6fa9) and had to manually run `gulp`. This isn’t mentioned in the install instructions. Shouldn’t this happen automatically? Here’s the steps I executed after checking out the branch and updating submodules: ```sh yarn cleanall yarn install NODE_ENV=production yarn build yarn migrate ```
norm referenced this issue from a commit 2022-08-29 14:11:59 +00:00
norm closed this issue 2022-08-29 14:11:59 +00:00
Owner

Yeah I forgot to add gulp to the build task during the refactor, should be fixed now.

Yeah I forgot to add gulp to the build task during the refactor, should be fixed now.
Sign in to join this conversation.
No labels
feature
fix
upkeep
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: FoundKeyGang/FoundKey#93
No description provided.