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 d24094e commit 56dbd94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ boop-checkout:
# create main release
main-release:
make main-version
npm run turbo:build:ui:force
npm run build
make boop-checkout
make main-publish
npm install
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,6 @@
"storybook": "storybook dev -p 6006 --quiet --ci",
"test-storybook": "test-storybook",
"build-storybook": "npm run turbo:build;storybook build --force-build-preview --quiet",
"turbo:build": "turbo run build",
"turbo:build:force": "turbo run build --force",
"turbo:build:ui:force": "turbo run build --force --filter={./ui/*}... --filter=!@washingtonpost/wpds-kitchen-sink",
"test": "jest",
"size": "lerna run size",
"main-publish": "make main-publish",
Expand Down

0 comments on commit 56dbd94

Please sign in to comment.