Skip to content

Commit

Permalink
Revert change to core
Browse files Browse the repository at this point in the history
  • Loading branch information
sahariko committed Feb 14, 2024
1 parent 2c6aee9 commit f5334d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"test:update": "yarn test -- -u",
"test:coverage": "yarn test -- --coverage",
"start": "yarn build:react-icons && yarn build:commonjs -- --watch",
"build": "echo yo",
"build": "yarn build:react-icons && yarn build:storybook-exports && yarn build:commonjs && yarn build:esm && yarn build:esm:mock-classnames && yarn build:types",
"build:exports": "./scripts/build-exports.js",
"build:types": "./scripts/build-types.js",
"build:storybook-exports": "./scripts/build-storybook-exports.js",
Expand Down

0 comments on commit f5334d0

Please sign in to comment.