mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-24 06:54:03 +03:00
Use --debug flag in build for now.
This commit is contained in:
parent
35c5be1ee0
commit
99fbfda6c0
@ -5,7 +5,7 @@
|
||||
"scripts": {
|
||||
"start": "elm-pages dev",
|
||||
"serve": "npm run build && http-server ./dist -a localhost -p 3000 -c-1",
|
||||
"build": "elm-pages build"
|
||||
"build": "elm-pages build --debug"
|
||||
},
|
||||
"author": "Dillon Kearns",
|
||||
"license": "BSD-3",
|
||||
|
Loading…
Reference in New Issue
Block a user