diff --git a/package.json b/package.json index 6c738ccec94..2c533a159da 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ ], "scripts": { "start": "npm --prefix ./demos run start", + "dev": "npm run start", "lint": "eslint --cache --quiet --no-error-on-unmatched-pattern ./", "lint:fix": "eslint --fix --cache --quiet --no-error-on-unmatched-pattern ./", "lint:staged": "lint-staged",