diff --git a/package.json b/package.json index d919417..fc38241 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "doc": "doc" }, "scripts": { - "build": "cd ./api && npm run build;cd ./web && npm run build", + "build": "cd ./api && npm run build;cd ../web && npm run build", "install": "npm run install-api;npm run install-web", "install-api": "cd ./api && npm install && npm run build", "install-web": "cd ./web && npm install && npm run build",