Skip to content

Commit

Permalink
fix: Add build:all
Browse files Browse the repository at this point in the history
  • Loading branch information
pettermachado committed Nov 12, 2024
1 parent 1904267 commit 5becd0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"build:remix": "remix vite:build",
"build:server": "tsc --p tsconfig.server.json",
"build:clean": "rimraf build/* build-server/*",
"build:all": "pnpm run build:clean && pnpm run build:remix && pnpm run build:server",
"dev": "remix dev --manual -c \"tsx ./server.ts\"",
"start": "node ./build-server/server.js",
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

0 comments on commit 5becd0e

Please sign in to comment.