diff --git a/package.json b/package.json index e005460..df8dbfb 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,8 @@ { "dependencies": { "jslint": "^0.12.1" + }, + "scripts": { + "build": "echo \"Build command executed.\"" } }