我有部署后执行命令的问题,我有一些node.js项目和脚本,这个脚本使用来自node_modules的一些bin,如果我在.ebextensions/.config中编写我的脚本命令,他在npm install之前执行并返回error("node_modules/.bin/some": No such file or directory) .如何在部署后执行命令.谢谢.
deployment amazon-web-services node.js npm amazon-elastic-beanstalk