Skip to content

Commit

Permalink
fix(utility-menu): revert fix because it wasn't a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mari Nez committed Nov 21, 2024
1 parent 59c5b2c commit 65ef775
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 @@ -24,7 +24,7 @@
"storybook": "storybook dev -c node_modules/@emulsify/core/.storybook --ci -p 6006",
"storybook-build": "npm run build && storybook build -c node_modules/@emulsify/core/.storybook -o .out",
"storybook-deploy": "storybook-to-ghpages -o .out",
"style-dictionary:build": "node ./src/tokens/tokensTransform.js",
"style-dictionary:build": "node ./src/tokens/tokensTransform.mjs",
"test": "jest --coverage --config ./config/jest.config.js",
"tokens:build": "npm run tokens:transform && npm run style-dictionary:build",
"tokens:transform": "token-transformer ./src/tokens/figma.tokens.json ./src/tokens/transformed.tokens.json",
Expand Down

0 comments on commit 65ef775

Please sign in to comment.