Skip to content

Commit

Permalink
[ci skip] [refactor] Update packages.json
Browse files Browse the repository at this point in the history
Add "build-with-updating-misskey-js" and "update-mjs" which will update misskey-js:autogen and build whole
  • Loading branch information
HotoRas committed Jul 13, 2024
1 parent c672260 commit 2215de5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
"build": "pnpm build-pre && pnpm -r build && pnpm build-assets",
"build-storybook": "pnpm --filter frontend build-storybook",
"build-misskey-js-with-types": "pnpm build-pre && pnpm --filter backend... --filter=!misskey-js build && pnpm --filter backend generate-api-json && ncp packages/backend/built/api.json packages/misskey-js/generator/api.json && pnpm --filter misskey-js update-autogen-code && pnpm --filter misskey-js build && pnpm --filter misskey-js api",
"build-with-updating-misskey-js": "pnpm build-misskey-js-with-types && pnpm -r build && pnpm build-assets",
"update-mjs": "pnpm build-with-updating-misskey-js",
"start": "pnpm check:connect && cd packages/backend && node ./built/boot/entry.js",
"start:docker": "pnpm check:connect && cd packages/backend && exec node ./built/boot/entry.js",
"start:test": "cd packages/backend && cross-env NODE_ENV=test node ./built/boot/entry.js",
Expand Down Expand Up @@ -73,4 +75,4 @@
"optionalDependencies": {
"@tensorflow/tfjs-core": "4.19.0"
}
}
}

0 comments on commit 2215de5

Please sign in to comment.