Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit 1e99fc5

Browse files
committed
add dev script
1 parent c1e1755 commit 1e99fc5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

packages/cms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.1.0",
55
"description": "A Strapi application",
66
"scripts": {
7-
"develop": "strapi develop",
7+
"dev": "strapi develop",
88
"develop-pg": "NODE_ENV=pg strapi develop",
99
"start": "NODE_ENV=production strapi start",
1010
"build": "NODE_ENV=production strapi build",

turbo.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
"lint": {
2121
"outputs": []
2222
},
23+
"dev": {
24+
"outputs": []
25+
},
2326
"deploy": {
2427
"dependsOn": [
2528
"build"

0 commit comments

Comments
 (0)