From 6f295fd865f1699152bc6f0d4afbb9373ec6876f Mon Sep 17 00:00:00 2001 From: Dillon Kearns Date: Fri, 1 Nov 2019 13:26:49 -0700 Subject: [PATCH] Add npm test script. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 12df4514..4b904778 100644 --- a/package.json +++ b/package.json @@ -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": [