Skip to content

Commit

Permalink
Remove dotprompt plugin from build:core (#88)
Browse files Browse the repository at this point in the history
This gets built as part of build:nonecore.
  • Loading branch information
tonybaroneee authored May 9, 2024
1 parent 0e116f2 commit d813715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "pnpm install && pnpm build:core && pnpm build:noncore",
"build:core": "pnpm -r --workspace-concurrency 1 -F core -F ai -F flow -F plugins/dotprompt build",
"build:core": "pnpm -r --workspace-concurrency 1 -F core -F ai -F flow build",
"build:noncore": "pnpm -r --workspace-concurrency 0 -F \"./(plugins|samples)/**\" build",
"pack:all": "(mkdir ../dist || true) && npm-run-all pack:core pack:flow pack:ai pack:plugins",
"pack:core": "cd core && pnpm pack --pack-destination ../../dist",
Expand Down

0 comments on commit d813715

Please sign in to comment.