Skip to content

Commit

Permalink
Merge pull request #10 from jhs88/configure-start
Browse files Browse the repository at this point in the history
update start command
  • Loading branch information
jhs88 authored Aug 24, 2024
2 parents fb50c7d + e768a76 commit 57e5e73
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 @@ -9,7 +9,7 @@
"dev": "TINA_PUBLIC_IS_LOCAL=true tinacms dev -c \"remix vite:dev\"",
"dev:prod": "TINA_PUBLIC_IS_LOCAL=false tinacms dev -c \"remix vite:dev\"",
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
"start": "tinacms build && remix-serve ./build/server/index.js",
"start": "tinacms build -c \"remix-serve ./build/server/index.js\"",
"typecheck": "tsc"
},
"dependencies": {
Expand Down

0 comments on commit 57e5e73

Please sign in to comment.