UNPKG

ignite-test-component

Version:

ignite-test-component

23 lines (16 loc) 498 B
"use strict"; /** * There is a full range of clap tasks defined in the above archetype * but below is a concise list of most often used clap tasks at the * component level * * Full list of clap tasks: * https://github.com/electrode-io/electrode-archetype-react-component/blob/master/archetype-clap.js#L38-L134 * */ const tasks = { "prepublish": ["npm:prepublish"] }; const xclap = require("xclap"); xclap.load("ext", tasks); require("electrode-archetype-react-component")(xclap);