Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
frontend(build): site build back
Browse files Browse the repository at this point in the history
  • Loading branch information
horacioh committed Oct 17, 2023
1 parent 104dad3 commit 026bdac
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 @@ -6,7 +6,7 @@
"validate": "yarn lint && yarn format",
"validate:fix": "yarn lint:fix && yarn format:fix",
"site": "TAMAGUI_TARGET=web yarn build && cd frontend/apps/site && yarn dev",
"site:prod": "TAMAGUI_TARGET=web yarn ui:generate && yarn build && yarn workspace @mintter/site build",
"site:prod": "TAMAGUI_TARGET=web && yarn build && yarn workspace @mintter/site build",
"site:serve": "yarn workspace @mintter/site serve",
"site:test": "yarn test --filter=!@mintter/desktop",
"site:extract": "DISABLE_EXTRACTION=false yarn workspace @mintter/site dev",
Expand Down

0 comments on commit 026bdac

Please sign in to comment.