Update package.json

This commit is contained in:
Ryan Haskell-Glatz 2019-10-31 15:15:05 -05:00 committed by GitHub
parent 24cce3b899
commit 20ef6be561
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
"build": "npm run generate && npm run build:example",
"build:generator": "(cd cli && elm make src/Main.elm --optimize --output dist/elm.compiled.js > /dev/null)",
"build:example": "parcel build examples/html/index.html",
"generate": "npm run build:generator && node ./cli/index.js run examples/html"
"generate": "npm run build:generator && node ./cli/index.js build examples/html"
},
"bin": "./cli/index.js",
"keywords": [],