Local workflows are workflows that are run locally on your machine.
Requirements:
{ | |
"id": "build", | |
"name": "Local Build", | |
"description": "Local build workflow for the application", | |
"type": "BUILD", | |
"trigger": ["MANUAL"], | |
"env": { | |
"ENV": "development" | |
}, | |
"steps": [ |
/** | |
* | |
* ▬▬ι═══════ﺤ -═══════ι▬▬ | |
* Created by Chris on 16/04/20. | |
* ▬▬ι═══════ﺤ -═══════ι▬▬ | |
* | |
*/ | |
import CleaveJs from "cleave.js"; | |
// eslint-disable-next-line import/no-unresolved |