shwstppr commented on a change in pull request #5014:
URL: https://github.com/apache/cloudstack/pull/5014#discussion_r630132681



##########
File path: ui/package.json
##########
@@ -24,9 +24,11 @@
     "url": "https://github.com/apache/cloudstack/issues";
   },
   "scripts": {
+    "prebuild": "./prebuild.sh",
     "start": "vue-cli-service lint --no-fix && vue-cli-service serve",
     "serve": "vue-cli-service lint --no-fix && vue-cli-service serve",
     "build": "vue-cli-service build",
+    "postbuild": "./postbuild.sh",

Review comment:
       `package.json` file already have relative paths at line 33. Also, I'm 
not sure how to get absolute path in this case




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to