Skip to content

Commit

Permalink
fix: use regular build script
Browse files Browse the repository at this point in the history
  • Loading branch information
artmsilva committed May 7, 2024
1 parent 56dbd94 commit 909be34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ main-version:
# create experimental release
experimental-release:
make experimental-version
npm run turbo:build:force
npm run build
make experimental-publish

# checkout any uncommitted changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"build": "turbo run build",
"storybook": "storybook dev -p 6006 --quiet --ci",
"test-storybook": "test-storybook",
"build-storybook": "npm run turbo:build;storybook build --force-build-preview --quiet",
"build-storybook": "npm run build;storybook build --force-build-preview --quiet",
"test": "jest",
"size": "lerna run size",
"main-publish": "make main-publish",
Expand Down

0 comments on commit 909be34

Please sign in to comment.