mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-27 01:12:50 +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:snapshot": "(cd examples/escaping && npm install && npm test) && (cd examples/base-path && npm install && npm test)",
|
||||
"cypress": "npm start & cypress run",
|
||||
"prepare": "elm-codegen install",
|
||||
"review": "elm-review"
|
||||
},
|
||||
"repository": "https://github.com/dillonkearns/elm-pages",
|
||||
@ -74,4 +75,4 @@
|
||||
"bin": {
|
||||
"elm-pages": "generator/src/cli.js"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user