Skip to content

Commit 1a4d6a6

Browse files
Merge #472
472: Use strapi dev without flag to run the playground r=bidoubiwa a=bidoubiwa Since this bug was introduced strapi/strapi#13852 I removed the flag usage during dev to avoid a breaking app Co-authored-by: Charlotte Vermandel <[email protected]>
2 parents 98cab0f + 810525b commit 1a4d6a6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.7.0",
44
"description": "Synchronise and search in your Strapi content-types with Meilisearch",
55
"scripts": {
6-
"playground:dev": "yarn --cwd ./playground && yarn --cwd ./playground develop",
6+
"playground:dev": "yarn --cwd ./playground && yarn --cwd ./playground dev",
77
"playground:build": "yarn --cwd ./playground && yarn --cwd ./playground build",
88
"style": "eslint --ext .js,.test.js .",
99
"style:fix": "eslint --ext .js,.test.js . --fix",

playground/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"version": "0.1.0",
55
"description": "A Strapi application",
66
"scripts": {
7-
"develop": "strapi develop --watch-admin",
87
"dev": "strapi develop",
98
"start": "strapi start",
109
"build": "strapi build",

0 commit comments

Comments
 (0)