Skip to content

Commit

Permalink
fix typo package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitrolito authored Jan 28, 2025
1 parent 3c11485 commit ff8acef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi",
"default_user": "strapi admin:create-user --firstname=Admin --lastname=Adin [email protected] --password=XYgiXDOcg4Lfpv6g",
"default_user": "strapi admin:create-user --firstname=Admin --lastname=Admin [email protected] --password=XYgiXDOcg4Lfpv6g",
"lint": "npx @biomejs/biome check src",
"lint:fix": "npx @biomejs/biome check src --apply",
"format": "npx @biomejs/biome check src --organize-imports-enabled=false --linter-enabled=false",
Expand Down

0 comments on commit ff8acef

Please sign in to comment.