HunderlineK commented on issue #805: Add support for Composer
URL: https://github.com/apache/openwhisk-wskdeploy/issues/805#issuecomment-559518603
I am following the same approach as @epatters
```
"scripts": {
"build": "mkdir ./dist && compose index.js --js > ./dist/bundle.js",
},
```
It just seems when referencing an action inside a compose we need to prefix it with the
package name as well? i.e. `composer.retry(3, 'package-name/action-name')` instead of `composer.retry(3,
`action-name`)`, even if they are defined in the same package
----------------------------------------------------------------
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:
users@infra.apache.org
With regards,
Apache Git Services
|