Commit 623d7fa1376eda500cb223ca205d6275b3e84c92

Authored by ly525
1 parent c784e56d

chore: update package.json

Showing 1 changed file with 1 additions and 1 deletions
back-end/h5-api/package.json
... ... @@ -4,7 +4,7 @@
4 4 "version": "0.1.0",
5 5 "description": "A Strapi application",
6 6 "scripts": {
7   - "develop": "strapi develop",
  7 + "dev": "strapi develop",
8 8 "start": "strapi start",
9 9 "build": "strapi build",
10 10 "strapi": "strapi",
... ...