Skip to content

Commit

Permalink
fix(ladle): fix build by falling back to node (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcnk authored Nov 7, 2024
1 parent a9f95d9 commit 8be9df3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/features/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"build": "bunx --bun tsc --noEmit && bunx --bun tsup",
"dev": "bunx --bun tsup --watch",
"test:unit": "echo 'not yet'",
"story:dev": "VITE_APP_LADLE=true bunx --bun ladle serve",
"story:build": "VITE_APP_LADLE=true bunx --bun ladle build -o ./build",
"story:preview": "VITE_APP_LADLE=true bunx --bun ladle preview",
"story:dev": "VITE_APP_LADLE=true bunx ladle serve",
"story:build": "VITE_APP_LADLE=true bunx ladle build -o ./build",
"story:preview": "VITE_APP_LADLE=true bunx ladle preview",
"cleanup": "bunx --bun rimraf node_modules dist .turbo build"
},
"dependencies": {
Expand Down

0 comments on commit 8be9df3

Please sign in to comment.