diff --git a/package.json b/package.json index fea12f1..4f43f7c 100644 --- a/package.json +++ b/package.json @@ -6,9 +6,9 @@ "scripts": { "build": "npm run build --prefix frontend", "start": "start-server -s ./frontend/build", - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "postinstall": "cd frontend && npm ci" }, - "postinstall": "cd frontend && npm ci", "author": "", "license": "ISC", "dependencies": {