UNPKG

@websegment/root

Version:

A modern CSS library for rapidly building modern, responsive web interfaces and streamline your web development workflow with a comprehensive set of CSS utility classes

45 lines (44 loc) 1 kB
{ "$schema": "https://turbo.build/schema.json", "pipeline": { "@websegment/sigma#build": { "dependsOn": ["^build"], "outputs": ["./index.d.ts", "./index.js", "./*.node"], "inputs": [ "./src/**/*", "./build.rs", "./package.json", "./Cargo.toml", "../core/src/**/*", "../core/Cargo.toml", "../Cargo.toml", "../package.json" ] }, "@websegment/sigma#dev": { "dependsOn": ["^dev"], "outputs": ["./index.d.ts", "./index.js", "./*.node"], "inputs": [ "./src/**/*", "./build.rs", "./package.json", "./Cargo.toml", "../core/src/**/*", "../core/Cargo.toml", "../Cargo.toml", "../package.json" ], "cache": false, "persistent": true }, "build": { "dependsOn": ["^build"], "outputs": ["dist/**"] }, "lint": {}, "dev": { "cache": false, "persistent": true } } }