fluidtrends/savor

View on GitHub
src/commands/build.ts

Summary

Maintainability
A
0 mins
Test Coverage
import {
    Command
} from '..'

export const build = {
    bin: "./node_modules/.bin/tsc"
} as Command