juzhiyuan commented on pull request #1957: URL: https://github.com/apache/apisix-dashboard/pull/1957#issuecomment-869091226
that's fine, but this PR put package.json under the root folder, right? I think it should be at the `web` folder just like this example: https://typicode.github.io/husky/#/?id=custom-directory ```json // package.json { "scripts": { "prepare": "cd .. && husky install front/.husky" } } ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
