mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-25 21:02:33 +03:00
Add npm test script.
This commit is contained in:
parent
7961a3c58d
commit
6f295fd865
@ -5,7 +5,8 @@
|
||||
"description": "Type-safe static sites, written in pure elm with your own custom elm-markup syntax.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "cd generator && elm make src/Main.elm --output src/Main.js --optimize"
|
||||
"build": "cd generator && elm make src/Main.elm --output src/Main.js --optimize",
|
||||
"test": "elm-test"
|
||||
},
|
||||
"repository": "https://github.com/dillonkearns/elm-pages",
|
||||
"keywords": [
|
||||
|
Loading…
Reference in New Issue
Block a user