Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.0.0",
"strapi-plugin-boilerplate": "workspace:*",
"strapi-plugin-boilerplate": "*",
"styled-components": "^6.0.0"
},
"devDependencies": {
Expand Down
18 changes: 13 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,28 @@
{
"name": "strapi-plugin-boilerplate-monorepo",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"format": "turbo run format",
"test": "turbo run test",
"test:e2e": "pnpm --filter e2e test",
"playground:build": "pnpm --filter playground build",
"playground:develop": "pnpm --filter playground develop",
"playground:start": "pnpm --filter playground start"
"test:ts:front": "turbo run test:ts:front",
"test:ts:back": "turbo run test:ts:back",
"test:jest": "turbo run test:jest",
"test:e2e": "yarn workspace e2e test",
"verify": "turbo run verify",
"playground:build": "yarn workspace playground build",
"playground:develop": "yarn workspace playground develop",
"playground:start": "yarn workspace playground start"
},
"devDependencies": {
"@biomejs/biome": "^1.9.0",
"turbo": "^2.3.0"
},
"packageManager": "pnpm@9.15.0"
"packageManager": "yarn@1.22.22"
}
4 changes: 0 additions & 4 deletions pnpm-workspace.yaml

This file was deleted.

Loading
Loading