diff --git a/keyfile.json b/keyfile.json index 3146bac..63c209c 100644 --- a/keyfile.json +++ b/keyfile.json @@ -1,3 +1,5 @@ { - "type": "static" -} + "type": "static", + "build": "npm install && npm run build", + "static_dir": "dist" +} \ No newline at end of file