mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-27 11:05:46 +03:00
Run elm-codegen install in prepare script.
This commit is contained in:
parent
eebe715051
commit
dffdfcd3ed
@ -10,6 +10,7 @@
|
|||||||
"test": "./test.sh",
|
"test": "./test.sh",
|
||||||
"test:snapshot": "(cd examples/escaping && npm install && npm test) && (cd examples/base-path && npm install && npm test)",
|
"test:snapshot": "(cd examples/escaping && npm install && npm test) && (cd examples/base-path && npm install && npm test)",
|
||||||
"cypress": "npm start & cypress run",
|
"cypress": "npm start & cypress run",
|
||||||
|
"prepare": "elm-codegen install",
|
||||||
"review": "elm-review"
|
"review": "elm-review"
|
||||||
},
|
},
|
||||||
"repository": "https://github.com/dillonkearns/elm-pages",
|
"repository": "https://github.com/dillonkearns/elm-pages",
|
||||||
|
Loading…
Reference in New Issue
Block a user