Skip to content

Commit

Permalink
cleanup (#896)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann authored Apr 18, 2024
1 parent 957abb0 commit 3633e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"lint:tokens": "ts-node ./scripts/validateTokenJson.ts",
"prebuild": "rm -rf dist",
"prebuild:tokens": "rm -rf tokens-v2-private",
"prebuild:next": "rm -rf tokens-next-private",
"prebuild:next": "rm -rf dist",
"prepack": "npm run build && npm run build:tokens && npm run build:next",
"prepare": "husky",
"release": "changeset publish",
Expand Down

0 comments on commit 3633e42

Please sign in to comment.