Skip to content

Commit

Permalink
fix(tools/tokens): update script tokens:clean (#1321)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiloyi committed Feb 3, 2023
1 parent 8047527 commit f5e5b35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 271 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
},
"scripts": {
"tokens:build": "mozaic-tokens-build",
"tokens:clean": "test -d 'packages/tokens/dist/' && rm -rf packages/tokens/dist/ || echo 'nothing to clean'",
"tokens:clean": "test -d 'packages/tokens/build/' && rm -rf packages/tokens/build/ || echo 'nothing to clean'",
"tokens:clean-build": "yarn tokens:clean && yarn tokens:build",
"assets:upload": "node ci/assets.js",
"ci:wait": "node ci/deploy.js",
Expand Down
270 changes: 0 additions & 270 deletions packages/tokens/build/lm/scss/tokens.scss

This file was deleted.

0 comments on commit f5e5b35

Please sign in to comment.