UNPKG

sg-socket-constants

Version:
22 lines (16 loc) 309 B
#!/usr/bin/env node /** * Build this project. */ 'use strict' process.chdir(`${__dirname}/..`) const apeTasking = require('ape-tasking') const coz = require('coz') apeTasking.runTasks('build', [ () => coz.render([ '.*.bud', 'lib/.*.bud', 'test/.*.bud', 'shim/**/.*.bud' ]) ], true)