Closed theoludwig closed 2 years ago
With the command leon run, we will be able to run any scripts of the core (in package.json).
leon run
package.json
For example, we will be able to run leon run lint and it will run npm run lint inside our instance.
leon run lint
npm run lint
Scripts available:
https://github.com/leon-ai/leon/blob/8825d6877c19d86495e89a858b859b7ab1f9ae37/package.json#L23-L57
name
Manually run the appropriate npm scripts in the instance folder.
npm
✨ [CLI 1.1.0] Command leon run
:tada: This issue has been resolved in version 1.1.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Description
With the command
leon run
, we will be able to run any scripts of the core (inpackage.json
).For example, we will be able to run
leon run lint
and it will runnpm run lint
inside our instance.Scripts available:
https://github.com/leon-ai/leon/blob/8825d6877c19d86495e89a858b859b7ab1f9ae37/package.json#L23-L57
Options
name
specify the Leon Instance name where we would want to run the npm scriptDescribe alternatives you've considered
Manually run the appropriate
npm
scripts in the instance folder.