Skip to content

Commit 810525b

Browse files
committed
Use strapi dev without flag to run the playground
1 parent cba7071 commit 810525b

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)