diff --git a/package.json b/package.json index 2e98f45..a15c3b3 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "process-tokens-to-css": "tsx src/tokens_to_css.ts", "clean": "rimraf dist && rimraf tokens_new", "sync-figma-to-css": "npm run clean && npm run sync-figma-to-tokens && npm run process-tokens-to-css", + "cp-css-to-app": "if test -n \"$LEADGENIE_ROOT\"; then cp ./dist/* $LEADGENIE_ROOT/assets/common/scss/css-variables/design-tokens/figma/; else echo '$LEADGENIE_ROOT is empty, set this to the path of your project'; exit 1; fi", "test": "jest" }, "dependencies": {