Skip to content

Commit

Permalink
chore: Fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Apr 4, 2024
1 parent ebce717 commit a176960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build:docker": "docker build . -t aklinker1/cutlist --platform=linux/amd64",
"preview:web": "nuxt preview",
"preview:web:docker": "docker run -it -p 3000:3000 --env-file .env aklinker1/cutlist",
"publish:web:docker": "bun build && docker push aklinker1/cutlist",
"publish:web:docker": "bun run build && docker push aklinker1/cutlist",
"postinstall": "nuxt prepare"
},
"dependencies": {
Expand Down

0 comments on commit a176960

Please sign in to comment.