Skip to content

Commit

Permalink
revert fotn change
Browse files Browse the repository at this point in the history
  • Loading branch information
martinwenisch committed Oct 7, 2024
1 parent b89b3a4 commit 4b4c3f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"scripts": {
"build": "npm run fonts && npm run tailwind",
"dev": "npm run fonts && npm run tailwind:watch",
"fonts": "if not exist .\\dist mkdir .\\dist && xcopy .\\src\\fonts .\\dist\\fonts /E /I",
"_comment": "Changed the code from line 14, which is a script for fonts from {mkdir -p ./dist && cp -r ./src/fonts ./dist/fonts} to use on Windows",
"fonts": "mkdir -p ./dist && cp -r ./src/fonts ./dist/fonts",
"format": "prettier . --check",
"format:fix": "prettier . --write",
"generate:component": "turbo gen react-component",
Expand Down

0 comments on commit 4b4c3f5

Please sign in to comment.