Browse Source

change dev to start

drawing-pad
Stephanie Gredell 1 month ago
parent
commit
3727a3cf3e
  1. 2
      package.json

2
package.json

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "concurrently \"npm run dev:backend\" \"npm run dev:frontend\"",
"start": "concurrently \"npm run dev:backend\" \"npm run dev:frontend\"",
"dev:backend": "cd backend && npm run dev",
"dev:frontend": "cd frontend && npm run dev",
"build": "npm run build:backend && npm run build:frontend",

Loading…
Cancel
Save