Skip to content

Commit

Permalink
Add npm task to sync export to leadgenie.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterlenahan-apollo committed Oct 9, 2024
1 parent bba84d1 commit 70a43c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 70a43c2

Please sign in to comment.