diff --git a/package.json b/package.json index 0873c3f6..8bcf4519 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "scripts": { "dev": "parcel ./src/index.html", - "build": "parcel build ./src/index.html", + "start": "parcel build ./src/index.html", "test": "echo \"Error: no test specified\" && exit 1" }, "compilerOptions": {