feat: prepare for Strapi Cloud deployment and update CI#5
Open
ayhid wants to merge 2 commits intopluginpal:mainfrom
Open
feat: prepare for Strapi Cloud deployment and update CI#5ayhid wants to merge 2 commits intopluginpal:mainfrom
ayhid wants to merge 2 commits intopluginpal:mainfrom
Conversation
- Replace pnpm workspace config with yarn workspaces field in package.json - Update scripts from pnpm --filter to yarn workspace - Add turbo-passthrough scripts (test:ts:front, test:ts:back, test:jest, verify) - Change workspace:* to * for yarn classic compatibility - Set packageManager to yarn@1.22.22
- Add pg driver for Strapi Cloud PostgreSQL support - Fix playground TS build by scoping types to node only (TS2688) - Update CI: remove yalc steps, bump actions to v4, use monorepo commands - Add node version to artifact names to avoid matrix conflicts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pgdriver for Strapi Cloud PostgreSQL supportTS2688: Cannot find type definition file for 'minimatch') by scopingtypesto["node"]Test plan
yarn buildsucceeds for both plugin and playgroundapps/playground