Description
I like to have config in config files, rather than in npm scripts, so it would be very nice I could configure the output directory of designsystemet build in the config file as well. Would also be nice if the clean option could be configured for both create and build.
For example:
Additional Information
No response
Description
I like to have config in config files, rather than in npm scripts, so it would be very nice I could configure the output directory of
designsystemet buildin the config file as well. Would also be nice if thecleanoption could be configured for bothcreateandbuild.For example:
{ "$schema": "node_modules/@digdir/designsystemet/dist/config.schema.json", "tokens": { "outDir": "./design-tokens", "clean": true }, "build": { "outDir": "./src/styles/designsystemet", "clean": true }, "themes": { // ... } }Additional Information
No response