diff --git a/package.json b/package.json index 996470f..621b144 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ }, "scripts": { "build": "parcel build --no-source-maps index.html --public-url ./", + "watch": "parcel watch index.html --public-url ./", "lint": "eslint '**/*.js'", "lint-fix": "eslint --fix '**/*.js'", "test": "echo \"Error: no test specified\" && exit 1"