Skip to content

Commit

Permalink
fix build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
leonitousconforti committed May 9, 2024
1 parent 7ec9ee3 commit 5ff1c44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/archive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"type": "module",
"scripts": {
"_phase:build": "heft run --only build"
"_phase:build": "heft run --only build --"
},
"dependencies": {
"@tinyburg/fount": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion apps/auto-gold-bits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"type": "module",
"scripts": {
"_phase:build": "heft run --only build"
"_phase:build": "heft run --only build --"
},
"dependencies": {
"@tinyburg/nucleus": "workspace:*"
Expand Down

1 comment on commit 5ff1c44

@vercel
Copy link

@vercel vercel bot commented on 5ff1c44 May 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.