mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-24 20:31:42 +03:00
Fix command.
This commit is contained in:
parent
4541ce8adc
commit
642b9a6f9b
@ -7,7 +7,7 @@
|
||||
"serve": "npm run build && http-server ./dist -a localhost -p 3000 -c-1",
|
||||
"build": "elm-pages build --debug --keep-cache",
|
||||
"generate:tailwind": "elm-tailwind-modules --dir ./gen --tailwind-config tailwind.config.js",
|
||||
"generate:graphql": "elm-graphql https://smoothie-shop.hasura.app/v1/graphql --header 'x-hasura-admin-secret: $SMOOTHIES_HASURA_SECRET' --output gen"
|
||||
"generate:graphql": "elm-graphql https://smoothie-shop.hasura.app/v1/graphql --header \"x-hasura-admin-secret: $SMOOTHIES_HASURA_SECRET\" --output gen"
|
||||
},
|
||||
"author": "Dillon Kearns",
|
||||
"license": "BSD-3",
|
||||
|
Loading…
Reference in New Issue
Block a user